Skip to content

Commit

Permalink
Merge pull request #4124 from novuhq/fix-remove-in-memory-stranded-log
Browse files Browse the repository at this point in the history
fix(app-generic): remove in-memory stranded log
  • Loading branch information
Pablo Fernández authored Sep 13, 2023
2 parents ab4e2e6 + 53312b0 commit ec38dd9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,6 @@ export class InMemoryProviderService {

const { getClient, getConfig, isClientReady } = getClientAndConfig();

console.log(
getClient(),
getConfig(),
isClientReady(this.provider),
LOG_CONTEXT
);

this.isProviderClientReady = isClientReady;
this.inMemoryProviderConfig = getConfig();
const { host, port, ttl } = getConfig();
Expand Down

0 comments on commit ec38dd9

Please sign in to comment.