mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
Logger: Remove unused options.
All of our loggers have timestamp: true. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user