Removed a debug line I forgot about

This commit is contained in:
William Povell
2013-05-21 21:37:46 -04:00
parent 12d29ee561
commit 140cef972a

View File

@ -109,7 +109,6 @@ def load_images(imgNames):
else:
imgList += imgLine
loadedImgs[name] = json.loads(imgList)
print(loadedImgs)
return loadedImgs
def get_calendar(username):