mirror of
https://github.com/unraid/api.git
synced 2026-02-23 09:39:40 -06:00
chore: remove env logs
This commit is contained in:
@@ -114,8 +114,6 @@ export const useCallbackStoreGeneric = (
|
||||
const encryptionKey = import.meta.env.VITE_CALLBACK_KEY;
|
||||
const defaultSendType = 'fromUpc';
|
||||
|
||||
console.debug('[callback]', import.meta.env);
|
||||
|
||||
const send = (url: string, payload: SendPayloads, sendType?: 'fromUpc' | 'forUpc') => {
|
||||
console.debug('[callback.send]');
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user