Get rid of logs

master
Nick Sergeant 2012-02-18 14:46:25 -05:00
parent 3b1e796733
commit 7c774c16c8
2 changed files with 0 additions and 4 deletions

View File

@ -1083,7 +1083,6 @@ jQuery(function($) {
} }
}, },
copyClose: function() { copyClose: function() {
console.log('copyClose called');
$('textarea', this.$copyModal).remove(); $('textarea', this.$copyModal).remove();
}, },
copyFromClick: function() { copyFromClick: function() {
@ -1149,7 +1148,6 @@ jQuery(function($) {
} }
}, },
remove: function() { remove: function() {
console.log('SniptView.remove() called');
}, },
render: function() { render: function() {

View File

@ -55,7 +55,6 @@
} }
}, },
copyClose: function() { copyClose: function() {
console.log('copyClose called');
$('textarea', this.$copyModal).remove(); $('textarea', this.$copyModal).remove();
}, },
copyFromClick: function() { copyFromClick: function() {
@ -121,7 +120,6 @@
} }
}, },
remove: function() { remove: function() {
console.log('SniptView.remove() called');
}, },
render: function() { render: function() {