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 37214d0 commit 339c912Copy full SHA for 339c912
app/assets/javascripts/request_for_comments.js
@@ -65,15 +65,11 @@ $(document).on('turbolinks:load', function () {
65
// set editor mode (used for syntax highlighting
66
currentEditor.getSession().setMode($(editor).data('mode'));
67
currentEditor.setTheme(CodeOceanEditor.THEME);
68
- console.log("Hi")
69
-
70
currentEditor.commentVisualsByLine = {};
71
setAnnotations(currentEditor, $(editor).data('file-id'));
72
currentEditor.on("guttermousedown", handleSidebarClick);
73
currentEditor.on("guttermousemove", showPopover);
74
currentEditor.getSession().setOption("useWorker", false);
75
- console.log(currentEditor.getSession().getOption("useWorker"));
76
77
78
});
79
0 commit comments