Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
notlion committed Jan 2, 2012
1 parent c482b14 commit c025e4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sv.js
Expand Up @@ -118,7 +118,6 @@ define([
};

function onTileLoadComplete(tile){
console.log(tile.coord.zoom);
// Notify any 0-Zoom tile load callbacks
if(tile.coord.zoom === 0 && tile.coord.pano in callbacks_by_id){
callbacks_by_id[tile.coord.pano]();
Expand Down

0 comments on commit c025e4c

Please sign in to comment.