Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Mar 9, 2024
1 parent e9d0222 commit d5f6cdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export class GuidedStructurePage extends Page {
const { interfaces = {} } = this.info.globalState;

this.list.emptyMessage = "Loading valid formats...";
console.log(this.list)

this.search.options = await fetch(`${baseUrl}/neuroconv`)
.then((res) => res.json())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ export class GuidedInspectorPage extends Page {
const items = this.report.messages;
const list = new InspectorList({ items, emptyMessage });
setTimeout(() => {
console.log(list);
})
return list
}
Expand Down

0 comments on commit d5f6cdc

Please sign in to comment.