Skip to content

Commit

Permalink
Remove a console.log in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Aug 18, 2011
1 parent 172c791 commit 5c65315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Specs/1.3/Element/Element.Event.Pseudos.js
Expand Up @@ -15,7 +15,6 @@ describe('Element.Event.Pseudos', function(){
eventArgs = ['one', 'two', 'three'];

Event.definePseudo('test', function(split, fn, args){
console.log(split);
expect({
event: split.event,
value: split.value,
Expand Down

0 comments on commit 5c65315

Please sign in to comment.