aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-18 15:27:05 -0300
committerEuAndreh <eu@euandre.org>2022-01-18 17:46:30 -0300
commit707bb2080c35944b14da57f13310c4bad61259fe (patch)
tree4b3eaf05f5e2c3174d3f94f946bced15378ecbfc
parentMakefile: Exclude src/td.in from assert-todos.sh check (diff)
downloadtd-707bb2080c35944b14da57f13310c4bad61259fe.tar.gz
td-707bb2080c35944b14da57f13310c4bad61259fe.tar.xz
src/td.in: Remove leftover echo commands
-rwxr-xr-xsrc/td.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/td.in b/src/td.in
index 5262d8e..05ff85e 100755
--- a/src/td.in
+++ b/src/td.in
@@ -214,11 +214,9 @@ optimal_line_for_type() {
fi
elif [ "$IN_TD_REGION" = true ]; then
echo $((LINE_NUMBER - 1))
- echo uhu >&2
return
fi
done < "$TD_FILE"
- echo "chegou" >&2
echo $((LINE_NUMBER))
}