Skip to content

Commit

Permalink
Remove missing dpm().
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Dell'Aiera authored and Pol Dell'Aiera committed Jan 30, 2013
1 parent 99ba4e3 commit 6b2a850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openlayers.module
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ function openlayers_render_map_data($map = array()) {
}
}

dpm($map);

// Return themed map if no errors found
if (empty($map['errors'])) {
$js = array('openlayers' => array('maps' => array($map['id'] => $map)));
Expand Down

0 comments on commit 6b2a850

Please sign in to comment.