Skip to content

Commit 46166c1

Browse files
committed
clean up before PR
1 parent e16ebe5 commit 46166c1

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

src/context/HicetnuncContext.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,6 @@ class HicetnuncContextProviderClass extends Component {
391391
},
392392

393393
collect: async (swap_id, amount) => {
394-
console.log('collectv2')
395-
console.log('swap_id ' + swap_id)
396-
console.log('xtz ' + amount)
397-
console.log('collectv2')
398394
return await Tezos.wallet
399395
.at(this.state.proxyAddress || this.state.v2)
400396
.then((c) =>

src/pages/display/index.js

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -425,17 +425,8 @@ export default class Display extends Component {
425425
})
426426

427427
this.setState({ marketV1: v1Swaps, loading: false })
428-
429-
console.log("hello")
430-
431-
console.log("the creations" + this.state.creations.length)
432-
console.log("the objkts" + this.state.objkts.length)
433-
434428
this.setState({ objkts: this.state.creations, loading: false, items: [] })
435429

436-
console.log("the creations" + this.state.creations.length)
437-
console.log("the objkts" + this.state.objkts.length)
438-
439430
if (forSaleType !== null) {
440431
if (forSaleType == 0) {
441432
this.setState({
@@ -597,10 +588,6 @@ export default class Display extends Component {
597588
this.context.batch_cancel(this.state.marketV1.slice(0, 10))
598589
}
599590

600-
collect = (event) => {
601-
alert('hello')
602-
}
603-
604591
getDiscordTooltip() {
605592
const handleSize = this.state.discord.length;
606593
const missingSize = handleSize - 6;
@@ -974,8 +961,7 @@ export default class Display extends Component {
974961
>
975962
<ResponsiveMasonry>
976963
{this.state.items.map((nft) => {
977-
// console.log('swappssss ' + JSON.stringify(nft))
978-
// console.log(nft.swaps.length > 0 ? 'nft asdfadf: ' + JSON.stringify(nft.swaps[0].price) : 'asdf')
964+
// console.log('swaps ' + JSON.stringify(nft))
979965
return (
980966
<div className={styles.cardContainer}>
981967
<Button
@@ -1114,7 +1100,7 @@ export default class Display extends Component {
11141100
>
11151101
<ResponsiveMasonry>
11161102
{this.state.items.map((nft) => {
1117-
console.log('nft: ' + JSON.stringify(nft))
1103+
//console.log('nft: ' + JSON.stringify(nft))
11181104
return (
11191105
<div className={styles.cardContainer}>
11201106
<Button

0 commit comments

Comments
 (0)