whoopsi remove console log

This commit is contained in:
John McLear 2013-12-17 21:43:59 +00:00
parent d8cdab50e8
commit 708034c085
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ep_page_view",
"version": "0.4.5",
"version": "0.4.6",
"keywords": ["page view", "pv", "preview", "overview", "page break", "break", "new page"],
"description": "Add support to do 'page view', with a toggle on/off option in Settings, also Page Breaks with Control Enter",
"contributors": [

View file

@ -255,5 +255,5 @@ exports.aceEditEvent = function(hook, callstack, editorInfo, rep, documentAttrib
});
// Debuggable object containing all lines status
if(lines[1]) console.log(lines);
// if(lines) console.log(lines);
}