Skip to content

Commit

Permalink
removes javascript console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Apr 18, 2016
1 parent 1c75a9c commit da49430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datausa/assets/js/plugins/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ dusa_popover.open = function(panels, active_panel_id, url, embed_url, build) {
}
else if(p.title.toLowerCase() == "api"){
var api_panel = panel.append("div")
.attr("class", "api")
console.log(build)
.attr("class", "api");

build.data.forEach(function(d, i){
api_panel.append("h3")
Expand Down

0 comments on commit da49430

Please sign in to comment.