0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 19:52:43 +00:00

remove logs and unecessary state

This commit is contained in:
Víctor Losada Hernández
2024-09-13 20:33:58 +02:00
parent d947ff45e2
commit 629b51a26c

View File

@@ -32,11 +32,6 @@ const NotificationAdd = () => {
}));
return;
}
console.log('dismissKey: ', dismissKey);
console.log('title: ', title);
console.log('text: ', text);
console.log('startAt: ', startAt);
console.log('stopAt: ', stopAt);
const data = {
dismissKey,
@@ -69,8 +64,6 @@ const NotificationAdd = () => {
dismissKeyRef.current.value = '';
titleRef.current.value = '';
textRef.current.value = '';
setStartAt(null);
setStopAt(null);
}
setState(prevState => ({