aboutsummaryrefslogtreecommitdiff
path: root/src/td.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/td.in')
-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))
}