about summary refs log tree commit diff stats
path: root/browse-slack/environment.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-11 19:44:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-11 19:44:22 -0700
commit91ae7ff9badc803e7de93fefa7aaf233df13247b (patch)
tree402ae1375871230e586c6952be16ac83e9a4b9c2 /browse-slack/environment.mu
parent982dfeb2175e598d358d1c29940846f905ec6640 (diff)
downloadmu-91ae7ff9badc803e7de93fefa7aaf233df13247b.tar.gz
.
Diffstat (limited to 'browse-slack/environment.mu')
-rw-r--r--browse-slack/environment.mu3
1 files changed, 0 insertions, 3 deletions
diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu
index 5e48c7e7..88b389cc 100644
--- a/browse-slack/environment.mu
+++ b/browse-slack/environment.mu
@@ -1,6 +1,3 @@
-# The environment is a thin layer in this app, just a history of 'tabs' that
-# are fully specified by the operations used to generate them.
-
 type environment {
   item-index: int
 }