default to not printing debug data

This commit is contained in:
Micah Lee 2014-05-30 23:17:15 -04:00
parent 906eeccb54
commit cebdb27a0d

View File

@ -72,7 +72,8 @@ def main():
webgui.start_gtk_thread()
browser, web_recv, web_send = webgui.sync_gtk_msg(webgui.launch_window)(
title="OnionShare | {0}".format(basename),
quit_function=Global.set_quit)
quit_function=Global.set_quit,
echo=False)
# clipboard
clipboard = gtk.clipboard_get(gtk.gdk.SELECTION_CLIPBOARD)