Undo debug stuff

This commit is contained in:
2020-03-05 18:42:51 -05:00
parent 04dbfb23ab
commit 513a21cca2
2 changed files with 2 additions and 5 deletions

View File

@@ -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);