mirror of
https://github.com/ItsElaineTime/SwresTools.git
synced 2024-12-12 21:29:02 +00:00
Remove print debugging statement.
This commit is contained in:
parent
0c223a74c2
commit
9fe52300a3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user