mirror of
https://github.com/ItsElaineTime/SwresTools.git
synced 2025-01-24 14:34:27 +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)
|
let result = fuse_main_real(args.pointee.argc, args.pointee.argv, &operations, MemoryLayout.size(ofValue: operations), nil)
|
||||||
print("hi")
|
|
||||||
return result
|
return result
|
||||||
} catch {
|
} catch {
|
||||||
dieWithMessage(error.shortDescription(withUnderlyingError: true))
|
dieWithMessage(error.shortDescription(withUnderlyingError: true))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user