mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 07:04:22 +00:00
Remove debug logging
This commit is contained in:
parent
85cea60e04
commit
11f7a6aa0e
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ export default function PageEventDetail({event}: PageEventDetailProps) {
|
||||||
|
|
||||||
useEffect(
|
useEffect(
|
||||||
() => {
|
() => {
|
||||||
console.debug(event.postcard)
|
|
||||||
if(event.postcard) {
|
if(event.postcard) {
|
||||||
setPostcard(event.postcard)
|
setPostcard(event.postcard)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue