Oops, remove call to jasmine.log().

This commit is contained in:
Lee Byrd & Christian Williams 2010-06-23 17:12:38 -07:00
parent 00296b02e0
commit 6a0e452788
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ jasmine.Clock = {
},
uninstallMock: function() {
jasmine.log("uninstall")
jasmine.Clock.assertInstalled();
jasmine.Clock.installed = jasmine.Clock.real;
},