MegaHAL: we don't need to sync the brain in shutdown(), since we sync it in save()

This commit is contained in:
Brian S. Stephan 2011-01-08 00:46:20 -06:00
parent f2668c3851
commit 1e0de47d84
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ class MegaHAL(Module):
"""Sync the megahal brain."""
mh_python.cleanup()
def shutdown(self):
"""Sync the megahal brain."""
mh_python.cleanup()
def learn_from_irc_event(self, connection, event):
"""Learn text when an irc event happens."""
what = ''.join(event.arguments()[0])