iOS: Remove debug prints
This commit is contained in:
@@ -38,7 +38,6 @@ class DocumentViewController: UIViewController, DocumentDelegate {
|
|||||||
|
|
||||||
print("Loading ROM", fileURL)
|
print("Loading ROM", fileURL)
|
||||||
emulatorLock.lock()
|
emulatorLock.lock()
|
||||||
print(fileURL.path(percentEncoded: false))
|
|
||||||
iosLoadROM(fileURL.path(percentEncoded: false))
|
iosLoadROM(fileURL.path(percentEncoded: false))
|
||||||
emulatorLock.unlock()
|
emulatorLock.unlock()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user