Skip to content

Commit

Permalink
Update to test sizeLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Oct 7, 2023
1 parent 779ecc6 commit f7ea1f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/interpol/src/Interpol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ export class Interpol<K extends keyof Props = keyof Props> {
* Log util
*/
#log(...rest: any[]): void {
this.debugEnable &&
console.log(`%cinterpol`, `color: rgb(53,158,182)`, this.ID || "", ...rest)
this.debugEnable && console.log(`%cinterpol`, `color: rgb(53,158,182)`, this.ID || "", ...rest)
}
}

0 comments on commit f7ea1f8

Please sign in to comment.