소스 검색

removed debugging code

Former-commit-id: 8c6ed34a35952b912bc700790fb3dffb08b119f3
Gildas 6 년 전
부모
커밋
784069ad55
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();
 		}