rocicorp / replicache

Realtime Sync for Any Backend Stack
https://doc.replicache.dev
1.02k stars 37 forks source link

Silence valid License log spew #1002

Closed arv closed 2 years ago

arv commented 2 years ago

We currently have:

this._lc.info?.(`License is valid.`);

I don't think we need to show this so we should change it to debug.

aboodman commented 2 years ago

This was fixed.