Removed comment.

This commit is contained in:
FrozenCow 2011-07-18 03:51:47 +02:00
parent eaf6ecde26
commit 48683b972a

View File

@ -44,7 +44,6 @@ var HDMapType = DynmapTileLayer.extend({
return (zoom <= extrazoom)
? 128
: Math.pow(2, 7+zoom-extrazoom);
//128;
}
});