Skip to content

Commit aa64dfc

Browse files
committed
fix: Minor
1 parent 976053a commit aa64dfc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/frontend/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ module.exports = new class App extends MatreshkaObject {
7777
return this;
7878
}
7979

80-
console.log(this.environments.toJSON())
81-
8280
const { payload: { messages, output } } = await( await fetch('/api/lint', {
8381
method: 'post',
8482
body: JSON.stringify({

0 commit comments

Comments
 (0)