diff --git a/gaboshlib/g_num_is_higher.sh b/gaboshlib/g_num_is_higher.sh index e24df0a..0c03661 100644 --- a/gaboshlib/g_num_is_higher.sh +++ b/gaboshlib/g_num_is_higher.sh @@ -18,8 +18,6 @@ function g_num_is_higher { # Check for valid number g_num_valid_number "$f_num" "$f_checkhigher" || return 1 - # Check which is the low (from) and the high (to) number - # Check if given number is in or out range if [ $(echo "${f_num} > ${f_checkhigher}" | bc) -ne 0 ] then return 0