Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jun 25, 2024
1 parent 345bb74 commit 513763e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5565,7 +5565,6 @@ function deleteMoneyRequest(transactionID: string, reportAction: OnyxTypes.Repor
API.write(WRITE_COMMANDS.DELETE_MONEY_REQUEST, parameters, {optimisticData, successData, failureData});
CachedPDFPaths.clearByKey(transactionID);

console.log('delete transaction thread?', {isSingleTransactionView, shouldDeleteIOUReport, shouldDeleteTransactionThread, iouReport})
// STEP 7: Navigate the user depending on which page they are on and which resources were deleted
if (iouReport && isSingleTransactionView && shouldDeleteTransactionThread && !shouldDeleteIOUReport) {
// Pop the deleted report screen before navigating. This prevents navigating to the Concierge chat due to the missing report.
Expand Down

0 comments on commit 513763e

Please sign in to comment.