diff options
author | Sean Allred <code@seanallred.com> | 2014-11-01 19:29:38 -0400 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-01 19:29:38 -0400 |
commit | 6d6fe8e7b7f0bb99b2895fe53c811857ce65e275 (patch) | |
tree | 426abed2ff7b81d1bc212fd0daa36a01e538490b | |
parent | 58ac7ce7c587a5dcb876bffde0aca72b6469cd86 (diff) |
Kill test cruft
-rw-r--r-- | stack-core.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stack-core.el b/stack-core.el index 1094d11..45d7cb3 100644 --- a/stack-core.el +++ b/stack-core.el @@ -222,7 +222,6 @@ entire response as a complex alist." (stack-core-filter-data entry desired-tree)) data)) - (mapcar #'identity '(1 2 3)) (delq nil (mapcar (lambda (cons-cell) |