Skip to content

Commit

Permalink
chore: remove test console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Feb 24, 2024
1 parent 92b8ce1 commit 001cc05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ipymolstar/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ function render({ model, el }) {
viewerContainer.appendChild(childDiv);

var viewerInstance = new window.PDBeMolstarPlugin();
console.log(model.get('molecule_id'))
console.log('test')


var options = {
moleculeId: model.get('molecule_id'),
Expand Down

0 comments on commit 001cc05

Please sign in to comment.