BUILD: debug/flags: remove test for SF_COMP_READY

It doesn't exist anymore.
diff --git a/contrib/debug/flags.c b/contrib/debug/flags.c
index 3ad462f..dfc813a 100644
--- a/contrib/debug/flags.c
+++ b/contrib/debug/flags.c
@@ -295,7 +295,6 @@
 	}
 
 	SHOW_FLAG(f, SF_SRV_REUSED);
-	SHOW_FLAG(f, SF_COMP_READY);
 	SHOW_FLAG(f, SF_IGNORE_PRST);
 
 	//printf("%s", f ? "" : " | ");