mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Remove all logging from console
This commit is contained in:
@ -27,7 +27,5 @@ export function FrontendSettingsWith(settings: IFrontendSettings | undefined, jo
|
||||
jobInterval: jobInterval === undefined ? settings.jobInterval : jobInterval,
|
||||
}
|
||||
}
|
||||
console.debug(settings);
|
||||
console.debug(transform);
|
||||
return transform;
|
||||
}
|
Reference in New Issue
Block a user