Remove print debugging statement.

This commit is contained in:
Paul Knight 2017-03-14 17:02:00 -07:00
parent 0c223a74c2
commit 9fe52300a3
1 changed files with 0 additions and 1 deletions

View File

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