Clean up undesired log messages

Change-Id: I3248fd591a0aca95593206df09fbef3428b41499
Test: Compilation
diff --git a/guest/hals/ril/Android.mk b/guest/hals/ril/Android.mk
index 71bbd42..ccf0910 100644
--- a/guest/hals/ril/Android.mk
+++ b/guest/hals/ril/Android.mk
@@ -40,7 +40,6 @@
 
 # only for PLATFORM_VERSION greater or equal to Q
 ifeq ($(PLATFORM_VERSION), $(word 1, $(sort Q $(PLATFORM_VERSION))))
-    $(info Use updated hal for PLATFORM VERSION = $(PLATFORM_VERSION))
 
     LOCAL_SRC_FILES += \
         libril/ril.cpp \
diff --git a/guest/hals/rild/rild_cuttlefish.c b/guest/hals/rild/rild_cuttlefish.c
index 23fae59..064a4d1 100644
--- a/guest/hals/rild/rild_cuttlefish.c
+++ b/guest/hals/rild/rild_cuttlefish.c
@@ -123,7 +123,7 @@
     // ril/socket id received as -c parameter, otherwise set to 0
     const char *clientId = NULL;
 
-    RLOGD("**RIL Daemon Started - Hola, Benito A 1.4**");
+    RLOGD("**RIL Daemon Started - Version 1.4**");
     RLOGD("**RILd param count=%d**", argc);
 
     umask(S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | S_IXOTH);