Skip to content

Commit bd67510

Browse files
committed
Remove extra comments
1 parent b83b8c6 commit bd67510

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/database-compat/src/api/Database.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,9 @@ export class Database implements FirebaseService, Compat<ModularDatabase> {
5252
*/
5353
constructor(readonly _delegate: ModularDatabase, readonly app: FirebaseApp) {}
5454

55-
/**
56-
* INTERNAL methods for internal-use only (tests, etc.).
57-
*
58-
* @const
59-
*/
6055
INTERNAL = {
61-
/**
62-
* Deletes a database
63-
*/
6456
delete: () => this._delegate._delete(),
65-
/**
66-
* Forces realtime database to use websockets over longpolling
67-
*/
6857
forceWebSockets,
69-
/**
70-
* Forces realtime database to use longpolling over websockets
71-
*/
7258
forceLongPolling
7359
};
7460

0 commit comments

Comments
 (0)