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

fix-syncer
Jeremy Ruston 2019-06-03 13:28:41 +01:00
rodzic 427b56039b
commit 9c2726c530
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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");
}
};
/*