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 4f11e22 commit c4db7f1Copy full SHA for c4db7f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.2.63",
+ "version": "0.2.64",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/FileEditor/FileEditor.tsx
@@ -277,8 +277,6 @@ const FileEditor = ({
277
changeZoomLevel((prevZoom) => prevZoom - 1);
278
};
279
280
- console.log(fileLanguageRef.current)
281
-
282
return (
283
<>
284
<EditorKeybindModal
src/components/FileEditor/TextEditor.tsx
@@ -316,8 +316,6 @@ const FileEditor = ({
316
);
317
}, [fileContent]);
318
319
- console.log(language)
320
321
322
323
{language && (
0 commit comments