Logger: Remove unused options.

All of our loggers have timestamp: true.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-31 15:37:22 -07:00
parent 9b550d6e4f
commit cc844e6905
9 changed files with 4 additions and 44 deletions

View File

@@ -32,7 +32,6 @@ const defaultIconUrl = "../renderer/img/icon.png";
const logger = new Logger({
file: "domain-util.log",
timestamp: true,
});
const generateFilePath = (url: string): string => {