From ce356c6e612b8ae2fb947b38d5f556a90a5a641a Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 29 Jun 2025 23:33:02 +0300 Subject: [PATCH] iOS: Remove debug prints --- src/pandios/Pandios/ContentView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pandios/Pandios/ContentView.swift b/src/pandios/Pandios/ContentView.swift index 27211e4e..d8f321f9 100644 --- a/src/pandios/Pandios/ContentView.swift +++ b/src/pandios/Pandios/ContentView.swift @@ -38,7 +38,6 @@ class DocumentViewController: UIViewController, DocumentDelegate { print("Loading ROM", fileURL) emulatorLock.lock() - print(fileURL.path(percentEncoded: false)) iosLoadROM(fileURL.path(percentEncoded: false)) emulatorLock.unlock() }