Removed comment.

This commit is contained in:
FrozenCow 2011-07-18 03:51:47 +02:00
parent cc52277b7c
commit 3b6c6e2838

View file

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