Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
crzypatchwork committed Oct 21, 2021
1 parent d35ab0d commit 103b613
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2 deletions.
Binary file not shown.
Binary file added public/FBtAmYfXIAUxj0-.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hicetnunc-pressrelease-oct21 (1).pdf
Binary file not shown.
Binary file added public/hicetnunc-pressrelease-oct21.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion src/components/media-types/glb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const GLBComponent = ({
}
}, [width, height])
if (displayView) {
console.log('profile', displayView)
return (
<div className={styles.container} ref={ref}>
<model-viewer {...props} style={{ width, height }}>
Expand Down
1 change: 0 additions & 1 deletion src/components/owner-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { walletPreview } from '../../utils/string'
import styles from './styles.module.scss'

export const OwnerList = ({ owners, creator_id, acc, swaps, cancelv1 }) => {
console.log(swaps)
owners = owners.filter(e => e.holder_id !== 'tz1burnburnburnburnburnburnburjAYjjX' && e.holder_id !== 'KT1HbQepzV1nVGg8QVznG7z4RcHseD5kwqBn')
return (

Expand Down

0 comments on commit 103b613

Please sign in to comment.