Skip to content

Commit 7670494

Browse files
committed
Remove traces
1 parent e1584f9 commit 7670494

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.2.53",
3+
"version": "0.2.54",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/FileEditor/TextEditor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ const FileEditor = ({
308308
);
309309
}, [fileContent]);
310310

311-
console.log(language)
312-
313311
return (
314312
<Editor
315313
width="100%"

0 commit comments

Comments
 (0)