diff options
Diffstat (limited to 'client/src/service')
-rw-r--r-- | client/src/service/connection_manager.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/service/connection_manager.vala b/client/src/service/connection_manager.vala index 75155e98..92827296 100644 --- a/client/src/service/connection_manager.vala +++ b/client/src/service/connection_manager.vala @@ -92,7 +92,7 @@ public class ConnectionManager { foreach (Core.XmppStreamModule module in module_manager.get_modules(account, resource)) { stream.add_module(module); } - stream.debug = true; + stream.debug = false; Connection connection = new Connection(stream, new DateTime.now_local()); stream_states[account] = connection; |