refactor: remove debug

This commit is contained in:
Alexis
2018-10-25 13:49:30 +02:00
parent 68d9d2c347
commit 85f845ca43
2 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,6 @@ void Watcher::busAcquired(GDBusConnection* connection, const gchar* name,
sn_org_kde_status_notifier_watcher_set_protocol_version(host->watcher_, 0);
sn_org_kde_status_notifier_watcher_set_is_status_notifier_host_registered(
host->watcher_, TRUE);
std::cout << "Bus aquired" << std::endl;
}
gboolean Watcher::handleRegisterHost(Watcher* obj,
@ -75,7 +74,6 @@ gboolean Watcher::handleRegisterHost(Watcher* obj,
}
sn_org_kde_status_notifier_watcher_complete_register_status_notifier_host(
obj->watcher_, invocation);
std::cout << "Host registered: " << bus_name << std::endl;
return TRUE;
}