Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Mar 11, 2021
1 parent 3c4c1f1 commit 140fb6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,6 @@ export class Utils {
for (let i = 0; i < services.length; i++) {
const service: Service = services[i];

console.log(service.getProfile(), '==', profile);

if (service.getProfile() === profile) {
return service;
}
Expand Down

0 comments on commit 140fb6e

Please sign in to comment.