Skip to content

Commit cecc280

Browse files
author
hackcatml
committed
comment unnecessary os_log
1 parent 53b679a commit cecc280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/mldecryptapp/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct ContentView: View {
127127
self.dumpFileSigPath = self.documentsPath + "." + self.selectedApp!.applicationIdentifier + "_decrypt_start"
128128
let fileMgr = FileManager.default
129129
if fileMgr.createFile(atPath: self.dumpFileSigPath!, contents: "//dummy".data(using: .utf8)) {
130-
os_log("[hackcatml] file made at %{public}s", self.dumpFileSigPath!)
130+
// os_log("[hackcatml] file made at %{public}s", self.dumpFileSigPath!)
131131
launchApp(app: self.selectedApp!)
132132
}
133133
},

0 commit comments

Comments
 (0)