Skip to content

Commit

Permalink
Remove console log from read page
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Sep 24, 2023
1 parent eb27ebc commit b8117ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hst.Imager.GuiApp/ClientApp/src/pages/Read.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default function Read() {
.start()
.then(() => {
newConnection.on("Info", (media) => {
console.log(media)
setSourceMedia(media)

// default set size and unit to largest comparable size
Expand Down

0 comments on commit b8117ad

Please sign in to comment.