Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Jan 10, 2024
1 parent a2b7f10 commit 1f72b5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/iou/request/step/IOURequestStepWaypoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ function IOURequestStepWaypoint({
address: values.address,
name: values.name || null,
};
console.log('timddd action', action);
Transaction.saveWaypoint(transactionID, pageIndex, waypoint, action === CONST.IOU.ACTION.CREATE);
if (backTo) {
Navigation.goBack(backTo);
Expand Down

0 comments on commit 1f72b5f

Please sign in to comment.