Comment out some intermediate print.

This commit is contained in:
Ray
2009-04-06 11:03:51 -04:00
parent 683190a261
commit cd2b2aaf42
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ class Flop_Mucked(Aux_Window):
def save_layout(self, *args):
"""Save new layout back to the aux element in the config file."""
new_locs = {}
print "adj =", self.adj
# print "adj =", self.adj
for (i, pos) in self.positions.iteritems():
if i != 'common':
new_locs[self.adj[int(i)]] = (pos[0] - self.hud.table.x, pos[1] - self.hud.table.y)