aboutsummaryrefslogtreecommitdiffstats
path: root/curdel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'curdel.sh')
-rwxr-xr-xcurdel.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/curdel.sh b/curdel.sh
index e4263cf..fca2055 100755
--- a/curdel.sh
+++ b/curdel.sh
@@ -2,7 +2,6 @@
curdir=~/Documents/Notes/current/
file=$(find $curdir -type l |fzf)
-echo $file
if [[ -d $curdir ]]; then
unlink "$file"