summaryrefslogtreecommitdiffstats
path: root/common/state/backend_storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/state/backend_storage.c')
-rw-r--r--common/state/backend_storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/state/backend_storage.c b/common/state/backend_storage.c
index 3249d0bca6..e20fe5e566 100644
--- a/common/state/backend_storage.c
+++ b/common/state/backend_storage.c
@@ -393,8 +393,6 @@ int state_storage_init(struct state *state, const char *path,
} else {
return state_storage_file_buckets_init(storage);
}
-
- dev_err(storage->dev, "storage init done\n");
}
void state_storage_set_readonly(struct state_backend_storage *storage)