Skip to content

Commit

Permalink
remove hash ipfs upload for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Apr 7, 2022
1 parent f5dc017 commit 38bbc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/TraceService.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ class TraceService {
}
}

return await IPFSService.upload(trace.toIpfs());
// return await IPFSService.upload(trace.toIpfs());
} catch (err) {
if (err != null) {
ErrorPopup('Failed to upload trace to ipfs');
Expand Down

0 comments on commit 38bbc8a

Please sign in to comment.