forgot to remove debug statements

This commit is contained in:
2025-04-25 22:28:29 +02:00
parent aaf57d87ee
commit f91f2b1c61

View File

@@ -2,13 +2,9 @@
t='['
for entry in notes/*
do
echo $entry
filename=$(basename "$entry" .md)
echo $filename
timestamp=`git log --format=%ad --date=format:'%Y-%m-%d' -- $entry`
echo $timestamp
t+="{\"dest\"=\"$filename\",\"time\"=\"$timestamp\"},"
echo $t
done
echo "value=${t%?} ]"
echo "value=${t%?}]"