Skip to content

Commit a4dc460

Browse files
committed
fix: remove debug print statement from sqlite3_cloudsync_init function
1 parent 356fa9b commit a4dc460

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cloudsync.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,6 @@ APIEXPORT int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite
32803280

32813281
// register eponymous only changes virtual table
32823282
rc = cloudsync_vtab_register_changes (db, data);
3283-
fprintf(stderr, "clousync.c init - rc: %d\n", rc);
32843283
if (rc != SQLITE_OK) return rc;
32853284

32863285
// load config, if exists

0 commit comments

Comments
 (0)