mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
/* eslint-disable no-console */
|
|
|
|
// disable console.info for apollo log
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
console.info = () => {}
|