Remove noisy "Configuration Checking" messages when everything is OK.
diff --git a/backflip b/backflip
index b7e041e..d122105 100755
--- a/backflip
+++ b/backflip
@@ -108,7 +108,7 @@
 }
 
 # ==============================================================================
-print_step "Checking Configuration"
+# Checking Configuration
 # ==============================================================================
 if ! git remote -v 2>&1 | grep "ssh.*git\.linaro\.org" > /dev/null ; then
   die "You're not in the right directory !"
@@ -126,7 +126,6 @@
   print_info "Default comparison tool is missing"
   ask "Enter tool name: " CMPTOOL
 fi
-print_info "${bold}OK${NC}"
 
 # ==============================================================================
 print_step "Finding SHA1"