Preload won't have logging

This commit is contained in:
Manav Rathi
2024-03-26 20:23:23 +05:30
parent c055cd9b4a
commit b0ca3a1a9f

View File

@@ -29,10 +29,6 @@
import { contextBridge, ipcRenderer } from "electron";
import type { ElectronFile } from "./types";
// TODO (MR): Uncomment and FIXME once preload is getting loaded.
// import { setupLogging } from "./main/log";
// setupLogging();
// - General
/** Return the version of the desktop app. */