Changed to remove debug

This commit is contained in:
Ray 2026-05-10 01:53:24 +01:00
parent d9dc177900
commit 9a2cfa703f

View File

@ -67,8 +67,6 @@ namespace RokettoLaunch
jsonfigFilename = Path.ChangeExtension(Application.ExecutablePath, "jsonfig"); jsonfigFilename = Path.ChangeExtension(Application.ExecutablePath, "jsonfig");
} }
jsonfigFilename = @"L:\gitea-hiimray\2025-11-18-1429 - Copy.jsnx";
if (!string.IsNullOrWhiteSpace(jsonfigFilename) && File.Exists(jsonfigFilename)) if (!string.IsNullOrWhiteSpace(jsonfigFilename) && File.Exists(jsonfigFilename))
{ {
await _fileSessionManager.OpenSession(jsonfigFilename); await _fileSessionManager.OpenSession(jsonfigFilename);