This commit is contained in:
insanity 2018-04-12 12:30:12 +09:00
commit accff293c7
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ export class RPCSubscribeService {
const type = TypeUtil.getType(subscriber);
if (this.subscriberTypes.has(type)) {
console.log(`Subscriber[${type.name}] has been added`);
// console.log(`Subscriber[${type.name}] has been added`);
return;
}

View File

@ -20,7 +20,6 @@ export class DiscoverySubscriber {
private store: Store<DiscoverStore.State>,
private loggerService: LoggerService,
) {
this.loggerService.debug('dddddd');
}
@RPCSubscriber({method: 'DiscoveryService.discoveredZone'})