diff options
| author | Grant Limberg <[email protected]> | 2021-06-04 11:06:54 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2021-06-04 11:06:54 -0700 |
| commit | 0702e581a1a75223c47c87ab1dadc998c4a13c97 (patch) | |
| tree | efe88367bcc898c3c40af4397a19ccf69b8a5a07 /controller/PostgreSQL.hpp | |
| parent | c78792a705b16ca2c792685a421fce43ca105e86 (diff) | |
remove some noisy log lines & fix a query error
Diffstat (limited to 'controller/PostgreSQL.hpp')
| -rw-r--r-- | controller/PostgreSQL.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/controller/PostgreSQL.hpp b/controller/PostgreSQL.hpp index 5e4b32dd..6e5e8a97 100644 --- a/controller/PostgreSQL.hpp +++ b/controller/PostgreSQL.hpp @@ -115,12 +115,10 @@ protected: inline std::size_t operator()(const std::pair<uint64_t,uint64_t> &p) const { return (std::size_t)(p.first ^ p.second); } }; virtual void _memberChanged(nlohmann::json &old,nlohmann::json &memberConfig,bool notifyListeners) { - fprintf(stderr, "PostgreSQL::_memberChanged\n"); DB::_memberChanged(old, memberConfig, notifyListeners); } virtual void _networkChanged(nlohmann::json &old,nlohmann::json &networkConfig,bool notifyListeners) { - fprintf(stderr, "PostgreSQL::_networkChanged\n"); DB::_networkChanged(old, networkConfig, notifyListeners); } |
