removed console.log from the .env file loader

This commit is contained in:
2026-01-14 02:56:14 +01:00
parent 947e981ac0
commit 80eb9dac23
+1 -1
View File
@@ -22,4 +22,4 @@ electron = require('electron');
axios = require("axios")
console.log(require('dotenv').config({path: __dirname + '/.env'}));
require('dotenv').config({path: __dirname + '/.env'});