Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed May 7, 2019
1 parent 3786a02 commit ae99ec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/server/legacy/legacy_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export class LegacyService implements CoreService {
}

private setupProxyListener(server: HapiServer) {
console.log('----server.listener---', server.listener);
const legacyProxy = new LegacyPlatformProxy(
this.coreContext.logger.get('legacy-proxy'),
server.listener
Expand Down

0 comments on commit ae99ec4

Please sign in to comment.