mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Remove console.log
This commit is contained in:
@@ -36,8 +36,6 @@ app.on("ready", async () => {
|
||||
protocol.registerFileProtocol("public", (request, callback) => {
|
||||
const filePath = decodeURI(request.url.replace("public:///", ""));
|
||||
const asarPath = path.join(app.getAppPath(), "renderer", "out", filePath);
|
||||
console.log("🚀 => asarPath:", asarPath);
|
||||
|
||||
callback(asarPath);
|
||||
});
|
||||
logit("🚃 App Path: ", app.getAppPath());
|
||||
|
||||
Reference in New Issue
Block a user