Skip to content

Commit

Permalink
removed unused logging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Jul 28, 2024
1 parent 5043798 commit 05f53e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions components/AuctionDetails/AuctionDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function AuctionDetails(props: Props) {
let [showItemHistoryDialog, setShowItemHistoryDialog] = useState(false)
let forceUpdate = useForceUpdate()

console.log(props)

useEffect(() => {
// Dont load auction details if
// - either the auctionUUID is not present (then it cant be loaded here and needs props.auctionDetails)
Expand Down
1 change: 0 additions & 1 deletion components/Flipper/FlipCustomize/FlipCustomize.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function FlipCustomize() {

async function loadPublishedConfigs() {
let configs = await api.getPublishedConfigs()
console.log(configs)
}

function setFlipCustomizeSetting(key: string, value: any) {
Expand Down

0 comments on commit 05f53e4

Please sign in to comment.