Skip to content

Commit

Permalink
Remove chatty debug logging in stats.metaverse.
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterblue committed Nov 2, 2020
1 parent a7be99a commit 55c7c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Monitoring/StatsMetaverse.ts
Expand Up @@ -39,7 +39,6 @@ export class StatsMetaverse extends Stat {
const numOnline = await Accounts.accountCount(
new GenericFilter( { 'timeOfLastHeartbeat': { '$gte': Accounts.dateWhenNotOnline() }})
);
Logger.debug(`StatsMetaverse.totalOnline: counting ${numOnline}`);
stat.Event(numOnline);
});
if (Config.monitoring.history) {
Expand Down

0 comments on commit 55c7c5d

Please sign in to comment.