From 9f02972af40d4236a9f66a0182ebc5fa75e84a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Thu, 5 Apr 2012 01:08:01 +0200 Subject: [PATCH] remove debugger statement --- src/static/js/ace2_inner.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index d4ae599a0..c89ed7006 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -4845,7 +4845,6 @@ function Ace2Inner(){ function setLineListType(lineNum, listType) { - debugger; if(listType == ''){ documentAttributeManager.removeAttributeOnLine(lineNum, listAttributeName); }else{