We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1267a0c + 2b406b3 commit 7ab1e9aCopy full SHA for 7ab1e9a
ios/Job.swift
@@ -83,8 +83,6 @@ extension SQLiteDatabase {
83
guard sqlite3_step(insertStatement) == SQLITE_DONE else {
84
throw SQLiteError.Step(message: errorMessage)
85
}
86
-
87
- print("Successfully inserted row.")
88
89
func getJobBy(id: NSString) -> Job? {
90
let querySql = "SELECT * FROM job WHERE id = ?;"
0 commit comments