From 7c774c16c80bd36ed3bcc28a7b3e8f2aa4d9a59f Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sat, 18 Feb 2012 14:46:25 -0500 Subject: [PATCH] Get rid of logs --- snipt/media/cache/snipt.js | 2 -- snipt/media/js/src/modules/snipt.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/snipt/media/cache/snipt.js b/snipt/media/cache/snipt.js index c6904a8..736ab97 100644 --- a/snipt/media/cache/snipt.js +++ b/snipt/media/cache/snipt.js @@ -1083,7 +1083,6 @@ jQuery(function($) { } }, copyClose: function() { - console.log('copyClose called'); $('textarea', this.$copyModal).remove(); }, copyFromClick: function() { @@ -1149,7 +1148,6 @@ jQuery(function($) { } }, remove: function() { - console.log('SniptView.remove() called'); }, render: function() { diff --git a/snipt/media/js/src/modules/snipt.js b/snipt/media/js/src/modules/snipt.js index 82c00ca..f8a9eb1 100644 --- a/snipt/media/js/src/modules/snipt.js +++ b/snipt/media/js/src/modules/snipt.js @@ -55,7 +55,6 @@ } }, copyClose: function() { - console.log('copyClose called'); $('textarea', this.$copyModal).remove(); }, copyFromClick: function() { @@ -121,7 +120,6 @@ } }, remove: function() { - console.log('SniptView.remove() called'); }, render: function() {