summaryrefslogtreecommitdiff
path: root/src/d_bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_bus.c')
-rw-r--r--src/d_bus.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/d_bus.c b/src/d_bus.c
index 79ac6ab..ab6b658 100644
--- a/src/d_bus.c
+++ b/src/d_bus.c
@@ -61,11 +61,7 @@ char* dbus_get_property_string(const string_quadruple_t* path )
path->third,
path->fourth,
&error,
- &state);
- if (r >= 0)
- {
- printf("Result: %s\n", state);
- }
+ &state);
/* Issue the method call and store the respons message in m */
}
if (r < 0)