Skip to content

Commit

Permalink
removing log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
beaucollins committed Dec 6, 2011
1 parent aee5a95 commit 3cd8e0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion menu.js
Expand Up @@ -62,7 +62,6 @@ var Menu = function(element, options){
reverse = "@-webkit-keyframes " + guid + "close { " + reverse + "}" ;

try {
console.log(open);
sheet.insertRule(open, 0);
sheet.insertRule(reverse, 0);
} catch(e) {
Expand Down

0 comments on commit 3cd8e0b

Please sign in to comment.