mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 15:08:53 +00:00
Undo debug stuff
This commit is contained in:
@@ -41,9 +41,6 @@ void store_destroy(store_t *store) {
|
||||
|
||||
void store_write(store_t *store, char *key, size_t key_len, char *buf, size_t buf_len) {
|
||||
|
||||
// TODO: DEBUG
|
||||
return;
|
||||
|
||||
if (LogCtx.very_verbose) {
|
||||
char uuid_str[UUID_STR_LEN];
|
||||
uuid_unparse((unsigned char *) key, uuid_str);
|
||||
|
||||
Reference in New Issue
Block a user