Skip to content

Commit

Permalink
🔇 Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Apr 16, 2024
1 parent 7f5ef2a commit 1cf1d34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,11 @@ function render({ model, el }) {
case "goto_object":
const object = msg["object"];
aladin.gotoObject(object);
console.log("goto_object", object);
break;
case "goto_ra_dec":
const ra = msg["ra"];
const dec = msg["dec"];
aladin.gotoRaDec(ra, dec);
console.log("goto_ra_dec", ra, dec);
break;
case "add_catalog_from_URL":
aladin.addCatalog(A.catalogFromURL(msg["votable_URL"], msg["options"]));
Expand Down

0 comments on commit 1cf1d34

Please sign in to comment.