20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / users / request_shell_access.js
diff --git a/apps/workbench/app/views/users/request_shell_access.js b/apps/workbench/app/views/users/request_shell_access.js
deleted file mode 100644 (file)
index 9a20ace..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.0
-
-var timestamp = new Date();
-localStorage.setItem("request_shell_access",
-                     "A request for shell access was sent on " +
-                     timestamp.toLocaleDateString() +
-                     " at " +
-                     timestamp.toLocaleTimeString());
-// The storage event gets triggered automatically in _other_ windows
-// when we hit localStorage, but we also need to fire it manually in
-// _this_ window.
-$(document).trigger('storage');