Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Jan 18, 2024
1 parent cef6050 commit 3bb7b01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/context/createProposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ const CreateProposalWrapper: React.FC<Props> = ({
);
}

console.log('xxsaodhsad', startDateTime);

// Minimum allowed end date (if endDate is lower than that SC call fails)
const minEndDateTimeMills =
startDateTime.valueOf() +
Expand Down Expand Up @@ -964,7 +962,6 @@ const CreateProposalWrapper: React.FC<Props> = ({
gasless,
isOnWrongNetwork,
getOffChainProposalParams,
getProposalCreationParams,
handleCloseModal,
open,
network,
Expand Down

0 comments on commit 3bb7b01

Please sign in to comment.