Remove outdated comment

This commit is contained in:
Koen Vlaswinkel
2023-05-24 17:04:36 +02:00
parent 6b9c3491ec
commit c004f18720

View File

@@ -3,13 +3,3 @@ export { DatabaseChangedEvent, DatabaseEventKind } from "./database-events";
export { DatabaseItem } from "./database-item";
export { DatabaseManager } from "./database-manager";
export { DatabaseResolver } from "./database-resolver";
/**
* databases.ts
* ------------
* Managing state of what the current database is, and what other
* databases have been recently selected.
*
* The source of truth of the current state resides inside the
* `DatabaseManager` class below.
*/