summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-03-25 12:25:33 +0000
committerJohn McLear <john@mclear.co.uk>2015-03-25 12:25:33 +0000
commitbe73e729d4571e9541cbf703d1737fdc0db62fd7 (patch)
tree991b334145839a3f614fb2b42f9e9eb6fb2784c1 /src
parentb72127c3277a2992a5b7db5aa7858f4a4dd6cba8 (diff)
downloadetherpad-lite-be73e729d4571e9541cbf703d1737fdc0db62fd7.zip
remove console log
Diffstat (limited to 'src')
-rw-r--r--src/static/js/pad.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/pad.js b/src/static/js/pad.js
index 0e54168b..71fae678 100644
--- a/src/static/js/pad.js
+++ b/src/static/js/pad.js
@@ -638,7 +638,6 @@ var pad = {
for (var k in opts.view)
{
pad.padOptions.view[k] = opts.view[k];
-console.log("setpref", k, opts.view[k]);
padcookie.setPref(k, opts.view[k]);
}
padeditor.setViewOptions(pad.padOptions.view);