mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 21:43:18 +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:
@@ -5,7 +5,6 @@ import Logger from "./logger-util";
|
||||
|
||||
const logger = new Logger({
|
||||
file: "enterprise-util.log",
|
||||
timestamp: true,
|
||||
});
|
||||
|
||||
// TODO: replace enterpriseSettings type with an interface once settings are final
|
||||
|
||||
Reference in New Issue
Block a user