summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.(none)>2006-09-15 01:52:51 +0100
committerMatthew Johnson <mjj29@hecate.(none)>2006-09-15 01:52:51 +0100
commit8ab5be608d1c70962fc803e378e0f3ebb4c34443 (patch)
treed2c2aa62b46506082056c12dcb98c9d055df9e53
parent0421825a0ce78d9955d11c88c836f4f51d1917b9 (diff)
remove debug
-rw-r--r--org/freedesktop/dbus/DBusConnection.java2
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");