mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
whoopsi remove console log
This commit is contained in:
parent
d8cdab50e8
commit
708034c085
2 changed files with 2 additions and 2 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue