diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-28 00:58:56 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-28 00:58:56 +0530 |
commit | d3728063935f372f4f6a8a6260d013a5e6d4750f (patch) | |
tree | 3630ec7bce1aeeef7eb1b047527a0d6f9636f5f4 | |
parent | cd46479376dcc2ac9e6b81535802abffa537106d (diff) |
undoing dummy change
-rw-r--r-- | src/server/DashSession/DashSessionAgent.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/DashSession/DashSessionAgent.ts b/src/server/DashSession/DashSessionAgent.ts index d2d8fd1e8..03ba33fee 100644 --- a/src/server/DashSession/DashSessionAgent.ts +++ b/src/server/DashSession/DashSessionAgent.ts @@ -29,7 +29,6 @@ export class DashSessionAgent extends AppliedSessionAgent { * Installs event hooks, repl commands and additional IPC listeners. */ protected async initializeMonitor(monitor: Monitor): Promise<string> { - const sessionKey = Utils.GenerateGuid(); await this.dispatchSessionPassword(sessionKey); monitor.addReplCommand("pull", [], () => monitor.exec("git pull")); |