From 1dc9a96cba3466dac19b0f59ccfda46214d74efe Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 21 Jun 2011 10:48:12 -0400 Subject: [PATCH] Removed extraneous console.log statement --- kis.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kis.js b/kis.js index f5adad6..c984503 100644 --- a/kis.js +++ b/kis.js @@ -390,7 +390,6 @@ if(classInd !== false) { cs.push(c); - console.log(cs.join(" ")); sel.className = cs.join(" "); } }, @@ -403,7 +402,7 @@ var x, classInd, cs; x = _get(sel, c); - classInd = (x[1] != false || x[1] === 0) ? x[1] : false; + classInd = (x[1]) ? x[1] : false; cs = (x[0]) ? x[0] : []; if(classInd !== false)