We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976053a commit aa64dfcCopy full SHA for aa64dfc
packages/frontend/index.js
@@ -77,8 +77,6 @@ module.exports = new class App extends MatreshkaObject {
77
return this;
78
}
79
80
- console.log(this.environments.toJSON())
81
-
82
const { payload: { messages, output } } = await( await fetch('/api/lint', {
83
method: 'post',
84
body: JSON.stringify({
0 commit comments