Remove all logging from console
This commit is contained in:
parent
67bed57ab6
commit
746ad1c16c
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user