xmpp.go
changeset 48 6b402eb552f5
parent 46 4a4530b8f622
child 51 1af366d10d32
--- a/xmpp.go	Sun Jan 01 20:00:43 2012 -0700
+++ b/xmpp.go	Mon Jan 02 09:58:17 2012 -0700
@@ -41,7 +41,7 @@
 	// constant. We should have both a log level and a
 	// syslog.Writer, so the app can control how much time we
 	// spend generating log messages, as well as where they go.
-	debug = true
+	debug = false
 )
 
 // The client in a client-server XMPP connection.