Skip to content

Commit 93c4be9

Browse files
committed
Merge pull request bahmutov#8 from stevermeister/fix/removed-console-timeline
removed console.timeline methods - yeah, noticed they no longer work. Thanks for the pull request
2 parents 33fcc2a + 58dd57b commit 93c4be9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ng-profile-scope-method.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
scope[methodName] = function () {
2626
console.profile(name);
27-
console.timeline(name);
2827
console.time(name);
2928

3029
// method can return a value or a promise
@@ -35,7 +34,6 @@
3534
$timeout(function afterDOMUpdate() {
3635
console.timeStamp('dom updated after', methodName);
3736
console.timeEnd(name);
38-
console.timelineEnd(name);
3937
console.profileEnd();
4038
scope[methodName] = fn;
4139
console.log('restored', name);

0 commit comments

Comments
 (0)