Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesunikim committed Feb 20, 2025
1 parent a666a40 commit 7220c2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/(sidebar)/transaction/build/components/Operations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export const Operations = () => {

const [operationsError, setOperationsError] = useState<OperationError[]>([]);

console.log("[Operations] sorobanOperation: ", sorobanOperation);

// For Classic Operations
const updateOptionParamAndError = ({
type,
Expand Down

0 comments on commit 7220c2c

Please sign in to comment.