remove console log
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-06-28 12:12:02 +02:00
parent 75d9301033
commit 12eb5016c8
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ const toast = useToast();
window.Pusher = Pusher; window.Pusher = Pusher;
console.log();
function handleJobEvent(event, type = 'success') { function handleJobEvent(event, type = 'success') {
if (event.message) { if (event.message) {
toast[type](event.message); toast[type](event.message);