Commit 859fc7f1 authored by Joel Martin's avatar Joel Martin

include/ui.js: remove console.log debug.

parent 13106063
...@@ -508,7 +508,6 @@ setViewClip: function(clip) { ...@@ -508,7 +508,6 @@ setViewClip: function(clip) {
clip = UI.getSetting('clip'); clip = UI.getSetting('clip');
} }
console.log("clip:" + clip + " cur_clip: " + cur_clip);
if (clip && !cur_clip) { if (clip && !cur_clip) {
// Turn clipping on // Turn clipping on
UI.updateSetting('clip', true); UI.updateSetting('clip', true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment