Skip to content

Commit ad51c7d

Browse files
committed
Remove debugger statement in search.js
It was confusing the compressor.
1 parent 39cf63c commit ad51c7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/util/search.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
this.lastPos = null; this.query = this.replacing = null; this.marked = [];
1212
}
1313
function getSearchState(cm) {
14-
if (!cm) debugger;
1514
return cm._searchState || (cm._searchState = new SearchState());
1615
}
1716
function dialog(cm, text, shortText, f) {

0 commit comments

Comments
 (0)