aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2015-07-18 09:17:42 -0400
committerRyan Huber <rhuber@gmail.com>2015-07-18 09:17:42 -0400
commit4ac04f58846b1e6a322a0d6c5a030bc9d71e804b (patch)
tree5a4e0c57e6f94a7fff46b14d0abe9e011c1b86e4
parent9154c11d2bbd30db9f5c1fb35aba2bcf943663b0 (diff)
downloadwee-slack-4ac04f58846b1e6a322a0d6c5a030bc9d71e804b.tar.gz
remove more debug
-rw-r--r--wee_slack.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wee_slack.py b/wee_slack.py
index e9752d8..256c43b 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1803,9 +1803,7 @@ if __name__ == "__main__":
#try:
message_cache = []
- print 'starting cache load'
cache_load()
- print 'finished cache load'
#cache_file = open("{}/{}".format(WEECHAT_HOME, CACHE_NAME), 'r')
#message_cache = json.loads(cache_file.read())
#except (IOError, ValueError):