aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibexec/recit-entries9
1 files changed, 1 insertions, 8 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries
index 3888963..7fcf438 100755
--- a/libexec/recit-entries
+++ b/libexec/recit-entries
@@ -58,11 +58,4 @@ if ! [[ "$project" = "" ]]; then
fi
fi
-recit-recsel-entries "$expression"
-
-# if [[ "$expression" = "" ]]; then
-# out=$(recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ)
-# else
-# out=$(recsel -t Entry "${recfile}" -e "$expression" | recfmt -f share/recit/templates/entries.templ)
-# fi
-# echo -e "$out" \ No newline at end of file
+recit-recsel-entries "$expression" \ No newline at end of file