Skip to content

Commit

Permalink
remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Apr 29, 2019
1 parent 2518ccb commit 3b898de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/js/controller.datasetBeaconController.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
function search() {
Beacon.queryBeacon(localThis)
.then(function(response) {
console.log(response.data);
if (!response.data.datasetAlleleResponses[0]) {
localThis.queryResponses.push({
"response": { "state": "Absent" },
Expand Down

0 comments on commit 3b898de

Please sign in to comment.