aboutsummaryrefslogtreecommitdiff
path: root/src/Storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Storage.cpp')
-rw-r--r--src/Storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Storage.cpp b/src/Storage.cpp
index 35cf5f8..3ceb606 100644
--- a/src/Storage.cpp
+++ b/src/Storage.cpp
@@ -279,7 +279,7 @@ namespace QuickMedia {
bool read_file_as_json(const Path &filepath, Json::Value &result) {
std::string file_content;
if(file_get_content(filepath, file_content) != 0) {
- fprintf(stderr, "Failed to get content of file: %s\n", filepath.data.c_str());
+ //fprintf(stderr, "Failed to get content of file: %s\n", filepath.data.c_str());
return false;
}