Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Vannevelj committed Feb 8, 2021
1 parent 1267a0c commit 2b406b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/Job.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ extension SQLiteDatabase {
guard sqlite3_step(insertStatement) == SQLITE_DONE else {
throw SQLiteError.Step(message: errorMessage)
}

print("Successfully inserted row.")
}
func getJobBy(id: NSString) -> Job? {
let querySql = "SELECT * FROM job WHERE id = ?;"
Expand Down

0 comments on commit 2b406b3

Please sign in to comment.