Skip to content

Commit

Permalink
Removing my console logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshje committed Jan 26, 2012
1 parent 2cb27a8 commit d3da1ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lettering.js
Expand Up @@ -18,7 +18,6 @@
} else {
var a = t.innerText;
}
console.log(a);
var a = a.split(splitter), inject = '';
if (a.length) {
for(var i=0, len=a.length; item=a[i], i<len; i++) {
Expand All @@ -30,7 +29,6 @@

var methods = {
init : function( el ) {
console.log(el);
for(var i=el.length-1; i>=0; --i) {
injector(el[i], '', 'char', '');
}
Expand Down

0 comments on commit d3da1ff

Please sign in to comment.