mirror of
https://github.com/ItsElaineTime/SwresTools.git
synced 2025-08-05 21:25:03 +00:00
Remove print debugging statement.
This commit is contained in:
@@ -267,7 +267,6 @@ func run(_ task: FuseTask) -> Int32 {
|
||||
}
|
||||
|
||||
let result = fuse_main_real(args.pointee.argc, args.pointee.argv, &operations, MemoryLayout.size(ofValue: operations), nil)
|
||||
print("hi")
|
||||
return result
|
||||
} catch {
|
||||
dieWithMessage(error.shortDescription(withUnderlyingError: true))
|
||||
|
Reference in New Issue
Block a user