We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd1ed4 commit c6f1372Copy full SHA for c6f1372
packages/db/src/impl/pouch/index.ts
@@ -17,10 +17,6 @@ if (isBrowser) {
17
18
const expiryDocID: string = 'GuestAccountExpirationDate';
19
20
-const remoteStr: string = ENV.COUCHDB_SERVER_PROTOCOL + '://' + ENV.COUCHDB_SERVER_URL + 'skuilder';
21
-
22
-log(`Remote db: ${remoteStr}`);
23
24
const GUEST_LOCAL_DB = `userdb-${GuestUsername}`;
25
export const localUserDB: PouchDB.Database = new pouch(GUEST_LOCAL_DB);
26
0 commit comments