Minor code cleanup

This commit is contained in:
Maschell
2022-04-22 22:56:14 +02:00
parent 48eb915a70
commit a7494c59cb
5 changed files with 1 additions and 7 deletions

View File

@@ -72,7 +72,6 @@ int StorageUtils::OpenStorage(const char *plugin_id, wups_storage_item_t *items)
return WUPS_STORAGE_ERROR_INVALID_JSON;
}
} else { // empty or no config exists yet
DEBUG_FUNCTION_LINE("open failed");
return WUPS_STORAGE_ERROR_SUCCESS;
}