]> pilppa.org Git - lib1wire.git/blobdiff - src/Store.cc
Implemented yearly calculations for min, max, mean, delta and sum
[lib1wire.git] / src / Store.cc
index 288f7f2fec80c7e9507769aff2d463a93adf15f9..a33465da51bd650d8b9d8b4801903729d90550c3 100644 (file)
@@ -72,8 +72,5 @@ bool Store::load(string fname_param) {
                        log_error("Could not open data file: %s\n", fname_param.c_str());
                }
        }
-       else {
-               log_warning("Could not open data file, file does not exist or user does not have read access for it: %s\n", fname_param.c_str());
-       }
        return ret_val;
 }