Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #857 from drewfish/unit-console
Browse files Browse the repository at this point in the history
remove console.log from unit tests
  • Loading branch information
drewfish committed Dec 13, 2012
2 parents d6e36e0 + f6b4a62 commit d81aeb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/lib/app/addons/ac/test-url.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ YUI().use('mojito-url-addon', 'test', 'querystring', function(Y) {
A.areSame('routes', rtes);
return {
make: function(query, verb, params) {
console.error(params);
A.areSame('myid.myaction', query);
A.areSame('a', params['0']);
A.areSame('b', params['1']);
Expand Down

0 comments on commit d81aeb9

Please sign in to comment.