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

This commit is contained in:
Joel Martin 2011-09-26 11:16:16 -05:00
parent 1310606305
commit 859fc7f18f
1 changed files with 0 additions and 1 deletions

View File

@ -508,7 +508,6 @@ setViewClip: function(clip) {
clip = UI.getSetting('clip');
}
console.log("clip:" + clip + " cur_clip: " + cur_clip);
if (clip && !cur_clip) {
// Turn clipping on
UI.updateSetting('clip', true);