Blame SOURCES/os-prober-disable-debug-test.patch

c62eab
diff -ur os-prober-1.56-orig/common.sh os-prober-1.56/common.sh
c62eab
--- os-prober-1.56-orig/common.sh	2012-12-26 13:53:55.962187097 -0500
c62eab
+++ os-prober-1.56/common.sh	2013-01-10 08:25:14.843206268 -0500
c62eab
@@ -76,7 +76,9 @@
c62eab
 }
c62eab
 
c62eab
 debug() {
c62eab
-  log "debug: $@"
c62eab
+  if [ -z "$OS_PROBER_DISABLE_DEBUG" ]; then
c62eab
+    log "debug: $@" 
c62eab
+  fi
c62eab
 }
c62eab
 
c62eab
 result () {