Clean debugging code

pull/1/head
yflory 2017-07-19 17:50:08 +02:00
parent e26e041a5b
commit 331b4dddea
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ define([
var $templateButton = Cryptpad.createButton('template', true, templateObj);
$rightside.append($templateButton);
}
console.log('init');
/* add an export button */
var $export = Cryptpad.createButton('export', true, {}, exportFile);
$drawer.append($export);