mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Remove $tw.perf.log() banner under Node.js
This commit is contained in:
parent
427b56039b
commit
9c2726c530
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user