chore: remove env logs

This commit is contained in:
Zack Spear
2023-08-08 13:05:14 -07:00
committed by Zack Spear
parent b5b5174bf7
commit e934506d05

View File

@@ -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 {