Remove even more debug code.

This commit is contained in:
James Barnett 2016-09-27 15:07:04 -05:00
parent a31280285f
commit 292ef33f47
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ function compare_versions {
expected_version=$2
exact_match=$3
echo $actual_version
echo $expected_version
echo $exact_match
if $exact_match; then
if [ "$actual_version" == "$expected_version" ]; then
return 0