Initialize the console
This commit is contained in:
@@ -8,7 +8,6 @@ import gtk
|
||||
import gobject
|
||||
|
||||
from sugar.activity.Activity import Activity
|
||||
from sugar.LogWriter import LogWriter
|
||||
from sugar.presence import Service
|
||||
from sugar.chat.Chat import Chat
|
||||
from sugar.chat.BuddyChat import BuddyChat
|
||||
@@ -105,9 +104,6 @@ class ChatShell:
|
||||
chat.connect_to_shell()
|
||||
return False
|
||||
|
||||
log_writer = LogWriter("Chat")
|
||||
log_writer.start()
|
||||
|
||||
chat_shell = ChatShell.get_instance()
|
||||
chat_shell.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user