From b87d377405ced17608ad7f8db0a2ddc3cae417d8 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 15 Dec 2024 10:00:42 -0500 Subject: [PATCH] removed comment --- main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.js b/main.js index 5de39cc..54f0fae 100644 --- a/main.js +++ b/main.js @@ -6,8 +6,6 @@ import expressWs from 'express-ws'; import { spawn } from 'node-pty'; import json from './secrets/config.json' with { type: 'json' }; -// TODO: add web portal mirroring integration - const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename);