Skip to content

Commit 103b613

Browse files
author
crzypatchwork
committed
rm log
1 parent d35ab0d commit 103b613

File tree

6 files changed

+0
-2
lines changed

6 files changed

+0
-2
lines changed

public/FBtAmYfXIAUxj0-.jpeg

93.8 KB
Loading
37 KB
Binary file not shown.
37 KB
Binary file not shown.

src/components/media-types/glb/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const GLBComponent = ({
4343
}
4444
}, [width, height])
4545
if (displayView) {
46-
console.log('profile', displayView)
4746
return (
4847
<div className={styles.container} ref={ref}>
4948
<model-viewer {...props} style={{ width, height }}>

src/components/owner-list/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { walletPreview } from '../../utils/string'
44
import styles from './styles.module.scss'
55

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

0 commit comments

Comments
 (0)