Skip to content

Commit

Permalink
Rm console log in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jun 29, 2012
1 parent 029ad08 commit 7679367
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/browser/spec/Layer.js
Expand Up @@ -18,7 +18,6 @@ describe('Layer', function() {
runs(function() {
p = new MM.TemplatedLayer(fourohfour);
p.requestManager.addCallback('requesterror', function(a, b, c) {
console.log(arguments);
manager = a;
message = b;
});
Expand Down

0 comments on commit 7679367

Please sign in to comment.