diff options
author | EuAndreh <eu@euandre.org> | 2022-01-18 15:27:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-18 17:46:30 -0300 |
commit | 707bb2080c35944b14da57f13310c4bad61259fe (patch) | |
tree | 4b3eaf05f5e2c3174d3f94f946bced15378ecbfc | |
parent | Makefile: Exclude src/td.in from assert-todos.sh check (diff) | |
download | td-707bb2080c35944b14da57f13310c4bad61259fe.tar.gz td-707bb2080c35944b14da57f13310c4bad61259fe.tar.xz |
src/td.in: Remove leftover echo commands
-rwxr-xr-x | src/td.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)) } |