From 9a525a25fdb43bc1be866d8b4a50afee7b384c59 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 Feb 2015 12:26:52 -0500 Subject: kenny logginz --- js/clipboard.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'js') diff --git a/js/clipboard.js b/js/clipboard.js index 535e333..66df875 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -116,11 +116,8 @@ var clipboard = (function () { import_text: function () { var data = import_textarea.value lines = data.split("\n") - console.log(data) - console.log(lines) var width = lines.reduce(function(a,b){ console.log(a,b); return Math.max(a, b.length) }, 0) var height = lines.length -console.log(width, height) if (width > 200) { return alert("input too wide") } -- cgit v1.2.3-70-g09d2