diff options
| author | Vojta Jina | 2012-01-12 17:03:51 -0800 |
|---|---|---|
| committer | Vojta Jina | 2012-01-13 00:37:16 -0800 |
| commit | 5164ae545b10723b4e9ec454f436f6698dc93e24 (patch) | |
| tree | 248d5d29a14a5725b353114a27bc7e5be2c5929b | |
| parent | e1e0ddb910590a0c67482f60c0bbb2abfcd5a82e (diff) | |
| download | angular.js-5164ae545b10723b4e9ec454f436f6698dc93e24.tar.bz2 | |
style(mocks): remove console.log
| -rw-r--r-- | src/angular-mocks.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/angular-mocks.js b/src/angular-mocks.js index 1772ebf1..5b3e6fc3 100644 --- a/src/angular-mocks.js +++ b/src/angular-mocks.js @@ -1002,7 +1002,6 @@ window.jasmine && (function(window) { if (!injector) { injector = spec.$injector = angular.injector(modules); } - console.log('inject', modules) for(var i = 0, ii = blockFns.length; i < ii; i++) { try { injector.invoke(blockFns[i] || angular.noop, this); |
