remove stray console.log

This commit is contained in:
Hunter Gillane 2011-09-22 20:17:53 -06:00
parent f060026ced
commit ddd5c50e9e

View File

@ -137,7 +137,6 @@ describe("jasmine.Ajax", function() {
});
it("raises an exception if jasmine.Ajax is not installed", function() {
console.log(jasmine.Ajax.installed + 'dd');
expect(function(){ jasmine.Ajax.uninstallMock() }).toThrow("Mock ajax is not installed, use jasmine.Ajax.useMock()");
});