diff options
author | Matthew Johnson <mjj29@hecate.(none)> | 2006-09-15 01:52:51 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.(none)> | 2006-09-15 01:52:51 +0100 |
commit | 8ab5be608d1c70962fc803e378e0f3ebb4c34443 (patch) | |
tree | d2c2aa62b46506082056c12dcb98c9d055df9e53 | |
parent | 0421825a0ce78d9955d11c88c836f4f51d1917b9 (diff) |
remove debug
-rw-r--r-- | org/freedesktop/dbus/DBusConnection.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/org/freedesktop/dbus/DBusConnection.java b/org/freedesktop/dbus/DBusConnection.java index 4b6e1db..44de424 100644 --- a/org/freedesktop/dbus/DBusConnection.java +++ b/org/freedesktop/dbus/DBusConnection.java @@ -290,8 +290,6 @@ public class DBusConnection public void Ping() { return; } public String Introspect() { - System.out.println(objectTree); - System.out.println("|"+objectpath+"|"); String intro = objectTree.Introspect(objectpath); if (null == intro) throw new DBus.Error.UnknownObject("Introspecting on non-existant object"); |