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() }