remove console log
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
75d9301033
commit
12eb5016c8
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue