mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-07 03:14:18 +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,
|
jobInterval: jobInterval === undefined ? settings.jobInterval : jobInterval,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.debug(settings);
|
|
||||||
console.debug(transform);
|
|
||||||
return transform;
|
return transform;
|
||||||
}
|
}
|
Reference in New Issue
Block a user