chore: comment out logs for further testing

This commit is contained in:
Nathan Walker
2025-08-05 15:23:43 -07:00
parent c934d898b4
commit 75d04ea4fb
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
import { getNativeApp } from '../application/helpers-common';
console.log('__dirname:', global.__dirname);
// console.log('__dirname:', global.__dirname);
function getCurrentAppPath(): string {
if (__APPLE__) {