From 0ec27307e015de0d6b130d74806833c158e11692 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 May 2015 18:58:28 +0300 Subject: [PATCH] More debug removed --- toontown/quest/Quests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/toontown/quest/Quests.py b/toontown/quest/Quests.py index 06c8b743..f9c63055 100755 --- a/toontown/quest/Quests.py +++ b/toontown/quest/Quests.py @@ -982,7 +982,6 @@ class BuildingQuest(CogQuest, TexturedQuest): return self.isCogdo() def getFrame(self): - print self.quest[2] building = BUILDING_NAMES[self.quest[2]] return [self.getModelFromTexture(building[0]), building[1]]