Skip to content

Commit

Permalink
supressing console.log output for IE compatibility associatedpress#74
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Apr 2, 2015
1 parent a63c13f commit 2f058b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geomancer/templates/geomance.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ <h2>4. Geomancing &hellip;</h2>
})
}
function display_results(data){
console.log(data)
console.log(data.result)
// console.log(data)
// console.log(data.result)
$('#spinner').spin(false);
$('#wait-info').slideUp();
$('#results').html('');
Expand Down

0 comments on commit 2f058b6

Please sign in to comment.