Skip to content

Commit

Permalink
Removed stupid debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman committed Dec 7, 2011
1 parent 98e473d commit 6c39127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TileStache/Caches.py
Expand Up @@ -273,7 +273,6 @@ def read(self, layer, coord, format):

else:
body = open(fullpath, 'rb').read()
print "Read %d bytes from %s" % (len(body), fullpath)
return body

def save(self, body, layer, coord, format):
Expand Down

0 comments on commit 6c39127

Please sign in to comment.