Skip to content

Commit

Permalink
Remove debug stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Apr 24, 2024
1 parent 78d1fa4 commit 1662cd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion api-client/src/protocols/createProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function createProtocol(
runTimeParameterValues?: RunTimeParameterCreateData
): ResponsePromise<Protocol> {
const formData = new FormData()
// TODO
files.forEach(file => {
formData.append('files', file, file.name)
})
Expand Down
3 changes: 0 additions & 3 deletions app/src/organisms/SendProtocolToFlexSlideout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ export function SendProtocolToFlexSlideout(
disableTimeout: true,
})

console.log('srcFileObjects', srcFileObjects)
console.log('customLabwareFiles', customLabwareFiles)

createProtocolAsync({
files: [...srcFileObjects, ...customLabwareFiles],
protocolKey,
Expand Down

0 comments on commit 1662cd6

Please sign in to comment.