Skip to content

Commit c6f1372

Browse files
committed
remove unused
1 parent 7cd1ed4 commit c6f1372

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/db/src/impl/pouch/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ if (isBrowser) {
1717

1818
const expiryDocID: string = 'GuestAccountExpirationDate';
1919

20-
const remoteStr: string = ENV.COUCHDB_SERVER_PROTOCOL + '://' + ENV.COUCHDB_SERVER_URL + 'skuilder';
21-
22-
log(`Remote db: ${remoteStr}`);
23-
2420
const GUEST_LOCAL_DB = `userdb-${GuestUsername}`;
2521
export const localUserDB: PouchDB.Database = new pouch(GUEST_LOCAL_DB);
2622

0 commit comments

Comments
 (0)