Drop redundant check and warning

* Drop our custom Build ID message.
* The proprietary setup will always download the project to
device/fairphone/fp3-proprietary path only. Hence, the check is not
required. Drop the unnecessary warning and check.

Change-Id: I48059a62693063a5e04f07e211837a37e240a6b3
diff --git a/device.mk b/device.mk
index 1927dea..dde88cb 100644
--- a/device.mk
+++ b/device.mk
@@ -53,7 +53,6 @@
 else
   $(error PRODUCT_FLAVOR must be defined)
 endif
-$(warning Build defined as $(BUILD_ID) ($(BUILD_NUMBER)))
 
 
 # Define SPL for boot & vendor
@@ -1024,10 +1023,7 @@
 
 
 # Call the proprietary setup
-ifeq ($(FP3_PROPRIETARY_PATH),)
 FP3_PROPRIETARY_PATH := device/fairphone/fp3-proprietary
-$(warning Using default blobs path: $(FP3_PROPRIETARY_PATH).)
-endif
 
 DEVICE_BLOB_VERSION := 4.A.0016.2