1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Remove $tw.perf.log() banner under Node.js

This commit is contained in:
Jeremy Ruston 2019-06-03 13:28:41 +01:00
parent 427b56039b
commit 9c2726c530

View File

@ -20,7 +20,9 @@ function Performance(enabled) {
}
Performance.prototype.showGreeting = function() {
this.logger.log("Execute $tw.perf.log(); to see filter execution timings");
if($tw.browser) {
this.logger.log("Execute $tw.perf.log(); to see filter execution timings");
}
};
/*