diff --git a/src/ssb.db.c b/src/ssb.db.c index 0dad2091..6713b3c6 100644 --- a/src/ssb.db.c +++ b/src/ssb.db.c @@ -767,14 +767,6 @@ bool tf_ssb_db_blob_store(tf_ssb_t* ssb, const uint8_t* blob, size_t size, char* } tf_ssb_release_db_writer(ssb, db); - if (rows) - { - if (!out_new) - { - tf_printf("blob stored %s %zd => %d\n", id, size, result); - } - } - if (result && out_id) { snprintf(out_id, out_id_size, "%s", id); @@ -1733,7 +1725,6 @@ bool tf_ssb_db_register_account(uv_loop_t* loop, sqlite3* db, JSContext* context { if (sqlite3_bind_text(statement, 1, value, value_length, NULL) == SQLITE_OK) { - tf_printf("added user to properties\n"); result = sqlite3_step(statement) == SQLITE_DONE; } sqlite3_finalize(statement); diff --git a/src/version.h b/src/version.h index 3bed82c5..009f51c2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ #define VERSION_NUMBER "0.0.25-wip" -#define VERSION_NAME "Normalize sharing scrappy fiddles." +#define VERSION_NAME "This program kills fascists."