Skip to content

Commit

Permalink
removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
niklabh committed Dec 14, 2022
1 parent 7fefbe7 commit 97ce3b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/page-contracts/src/Contracts/Call.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ function Call ({ className = '', contract, messageIndex, onCallResult, onChangeM
const dbValue = useDebounce(value);
const dbParams = useDebounce(params);

console.log(weight.isEmpty);
console.log(weight.weightV2.toHuman());

useEffect((): void => {
setEstimatedWeight(null);
setParams([]);
Expand Down

0 comments on commit 97ce3b1

Please sign in to comment.