Turned off debugging by default.
authorChris Jones <chris@cjones.org>
Mon, 02 Jan 2012 09:58:17 -0700
changeset 48 6b402eb552f5
parent 47 22e575eff35a
child 49 8e140810be02
Turned off debugging by default.
xmpp.go
--- 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.