Skip to content

Commit

Permalink
🔇 Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Apr 17, 2024
1 parent c1f90bc commit 1af15df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function render({ model, el }) {
const target = model.get("shared_target");
const [ra, dec] = target.split(" ");
aladin.gotoRaDec(ra, dec);
console.log("gotoRaDec", ra, dec);
});

/* Field of View control */
Expand Down

0 comments on commit 1af15df

Please sign in to comment.