move logging to debug and make mappers clickable on the score
All checks were successful
Deploy SSR / deploy (push) Successful in 1m13s
All checks were successful
Deploy SSR / deploy (push) Successful in 1m13s
This commit is contained in:
@ -16,7 +16,7 @@ export default class DataFetcher {
|
||||
* @param data the data to log
|
||||
*/
|
||||
public log(data: unknown) {
|
||||
console.log(`[${this.name}]: ${data}`);
|
||||
console.debug(`[${this.name}]: ${data}`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user