We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f1551 commit 1995dc8Copy full SHA for 1995dc8
rules/no-services.js
@@ -65,7 +65,6 @@ module.exports = {
65
}
66
67
function isSetBedService(serviceName, angularObjectName) {
68
- console.log(badServices)
69
if (map) {
70
return map[angularObjectName].find(object => utils.convertPrefixToRegex(object).test(serviceName));
71
0 commit comments