iOS: Remove debug prints

This commit is contained in:
wheremyfoodat
2025-06-29 23:33:02 +03:00
committed by GitHub
parent 1c98c1147d
commit ce356c6e61

View File

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