dbus: move debugPrint to util

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Idbea54f13527a4ca3108cc4dccbee07b7b3a7d34
diff --git a/conf.hpp b/conf.hpp
index 428d446..f2157e1 100644
--- a/conf.hpp
+++ b/conf.hpp
@@ -60,5 +60,7 @@
 
 using PIDConf = std::map<std::string, struct ControllerInfo>;
 
+constexpr bool DEBUG = false; // enable to print found configuration
+
 } // namespace conf
 } // namespace pid_control