Skip to content

Commit d86cdca

Browse files
committed
v1.2.0
1 parent 6ae3076 commit d86cdca

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

SJDBMap/DatabaseMapping/SJDatabaseFunctions.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ bool sj_sql_exe(sqlite3 *database, const char *sql) {
6868
char *error = NULL;
6969
bool r = (SQLITE_OK == sqlite3_exec(database, sql_str, NULL, NULL, &error));
7070
if ( error != NULL ) { printf("\nError ==> \n SQL : %s\n Error: %s\n", sql_str, error); sqlite3_free(error);}
71-
printf("\n:: %s\n", sql_str);
7271
return r;
7372
}
7473
extern NSArray<id> *__nullable sj_sql_query(sqlite3 *database, const char *sql, Class __nullable cls) {

0 commit comments

Comments
 (0)