ssb: Remove some pointless logging.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Tilde Friends / Build-All (push) Successful in 19m3s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Tilde Friends / Build-All (push) Successful in 19m3s
				
			This commit is contained in:
		| @@ -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); | ||||
|   | ||||
| @@ -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." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user