Skip to content

Commit

Permalink
refactor(app): remove quick transfer file logging for final alpha (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 authored Sep 9, 2024
1 parent eeb0eeb commit adde5a7
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,9 @@ export function createQuickTransferFile(
subcategory: null,
tags: [],
},
// TODO: formalize designer application data type
designerApplication: {
name: 'Quick Transfer',
version: '0.0',
name: 'opentrons/quick-transfer',
version: '1.0.0',
data: quickTransferState,
},
}
Expand Down Expand Up @@ -250,8 +249,6 @@ export function createQuickTransferFile(
...commandAnnotionaV1Mixin,
})

// Leaving this in for debugging while work is still in flight
console.log('Here are the protocol contents:', protocolContents)
return new File(
[protocolContents],
`${protocolBase.metadata.protocolName}.json`
Expand Down

0 comments on commit adde5a7

Please sign in to comment.