Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/shell-api/src/shell-internal-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export default class ShellInternalState {
public messageBus: MongoshBus;
public asyncWriter: { process(code: string): string };
public initialServiceProvider: ServiceProvider; // the initial service provider
public uri: string | null;
public connectionInfo: any;
public context: any;
public mongos: Mongo[];
Expand Down Expand Up @@ -135,7 +134,6 @@ export default class ShellInternalState {
} else {
this.currentDb = new NoDatabase() as Database;
}
this.uri = null;
this.currentCursor = null;
this.context = {};
this.cliOptions = cliOptions;
Expand Down