Skip to content

Commit fe48e79

Browse files
committed
Remove useless console
1 parent 1995dc8 commit fe48e79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rules/service-name.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ module.exports = {
9696

9797
if (config.oldBehavior) {
9898
isService = utils.isAngularServiceDeclarationDeprecated(node);
99-
// Warning that the API is deprecated
100-
// eslint-disable-next-line
101-
console.warn('The rule `angular/service-name` will be split up to different rules in the next version. Please read the docs for more information');
10299
} else {
103100
isService = utils.isAngularServiceDeclaration(node);
104101
}

0 commit comments

Comments
 (0)