We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1584f9 commit 7670494Copy full SHA for 7670494
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.2.53",
+ "version": "0.2.54",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/TextEditor.tsx
@@ -308,8 +308,6 @@ const FileEditor = ({
308
);
309
}, [fileContent]);
310
311
- console.log(language)
312
-
313
return (
314
<Editor
315
width="100%"
0 commit comments