summaryrefslogtreecommitdiffstats
path: root/src/can-signals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/can-signals.cpp')
-rw-r--r--src/can-signals.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/can-signals.cpp b/src/can-signals.cpp
index 10935ab..d761e1e 100644
--- a/src/can-signals.cpp
+++ b/src/can-signals.cpp
@@ -64,7 +64,6 @@ std::mutex& get_subscribed_signals_mutex()
std::map<std::string, struct afb_event>& get_subscribed_signals()
{
- DEBUG(binder_interface, "Here are the first subscribed_signals: %s", subscribed_signals.begin()->first.c_str() );
return subscribed_signals;
}