Skip to content

Commit 44dae50

Browse files
committed
chore: cleanup
1 parent 6218c46 commit 44dae50

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

snapshots.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
2+
// SPDX-License-Identifier: GPL-3.0-only
3+
14
module.exports = {
25
__version: '13.13.3',
36
'Storage Types Contract': {

src/ui/components/instantiate/Step2.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,8 @@ export function Step2() {
132132
setDryRunResult(convertedOutcome);
133133
}
134134
} else {
135-
console.log('Using v5 contractsApi');
136135
const result = await api.call.contractsApi.instantiate(...params);
137-
console.log(result);
136+
138137
let instantiateResult;
139138

140139
// auto-generated @polkadot/type-augment data uses slightly different types

0 commit comments

Comments
 (0)