# HG changeset patch # User Chris Jones # Date 1325523497 25200 # Node ID 6b402eb552f52fe71eff4b68563ec0f0f6130f07 # Parent 22e575eff35a017699729b38ffeedbe7bc4cc4ac Turned off debugging by default. diff -r 22e575eff35a -r 6b402eb552f5 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.