Skip to content

Commit f10757d

Browse files
committed
removing debugging echos
1 parent c8b3ef8 commit f10757d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/vim-arduino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ port_available=false
1616

1717
if [ -z $(ls /dev/tty.* | grep usb) ]
1818
then
19-
echo "can't find serial port"
2019
exit 1
2120
fi
2221

@@ -36,7 +35,6 @@ do
3635
cd ..
3736
done
3837

39-
echo "correct_dir_structure" . $correct_dir_structure
4038
if ! $correct_dir_structure
4139
then
4240
exit 1

0 commit comments

Comments
 (0)