@@ -425,17 +425,8 @@ export default class Display extends Component {
425
425
} )
426
426
427
427
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
-
434
428
this . setState ( { objkts : this . state . creations , loading : false , items : [ ] } )
435
429
436
- console . log ( "the creations" + this . state . creations . length )
437
- console . log ( "the objkts" + this . state . objkts . length )
438
-
439
430
if ( forSaleType !== null ) {
440
431
if ( forSaleType == 0 ) {
441
432
this . setState ( {
@@ -597,10 +588,6 @@ export default class Display extends Component {
597
588
this . context . batch_cancel ( this . state . marketV1 . slice ( 0 , 10 ) )
598
589
}
599
590
600
- collect = ( event ) => {
601
- alert ( 'hello' )
602
- }
603
-
604
591
getDiscordTooltip ( ) {
605
592
const handleSize = this . state . discord . length ;
606
593
const missingSize = handleSize - 6 ;
@@ -974,8 +961,7 @@ export default class Display extends Component {
974
961
>
975
962
< ResponsiveMasonry >
976
963
{ 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))
979
965
return (
980
966
< div className = { styles . cardContainer } >
981
967
< Button
@@ -1114,7 +1100,7 @@ export default class Display extends Component {
1114
1100
>
1115
1101
< ResponsiveMasonry >
1116
1102
{ this . state . items . map ( ( nft ) => {
1117
- console . log ( 'nft: ' + JSON . stringify ( nft ) )
1103
+ // console.log('nft: ' + JSON.stringify(nft))
1118
1104
return (
1119
1105
< div className = { styles . cardContainer } >
1120
1106
< Button
0 commit comments