Browse Source

removed debugging code

Former-commit-id: 8c6ed34a35952b912bc700790fb3dffb08b119f3
Gildas 6 years ago
parent
commit
784069ad55
1 changed files with 0 additions and 1 deletions
  1. 0 1
      extension/ui/content/content-ui-editor-web.js

+ 0 - 1
extension/ui/content/content-ui-editor-web.js

@@ -370,7 +370,6 @@
 	}
 
 	function onMouseUp(event) {
-		debugger
 		if (highlightSelectionMode) {
 			highlightSelection();
 		}