Skip to content

Commit 0268f0c

Browse files
committed
Remove old log in files editor
1 parent 89b820c commit 0268f0c

File tree

1 file changed

+0
-2
lines changed
  • addons/cb.files.editor/editor

1 file changed

+0
-2
lines changed

addons/cb.files.editor/editor/view.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,6 @@ define([
508508
updateDebugLine: function() {
509509
var position = debugManager.getPosition();
510510

511-
console.log("update debug position: ", position);
512-
513511
// Clear previous marker
514512
if (this.debugMarker != null) {
515513
this.editor.session.removeMarker(this.debugMarker);

0 commit comments

Comments
 (0)