Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Sep 28, 2023
1 parent 577a52e commit e841008
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const AddInstanceModalInitStep = () => {
pubkey: instance.pubkey,
}),
}).then(async (res) => {
console.log('here', res.data);
invoke<void>('update_instance', {
instanceId: instance.id,
response: res.data,
Expand Down

0 comments on commit e841008

Please sign in to comment.