diff --git a/public/te_macros b/public/te_macros
index a98ba7ed1c8f64123918cc86288578814fbd0364..5eca15a1f6a91950189185178106f612a3c5d1c1 100644
--- a/public/te_macros
+++ b/public/te_macros
@@ -164,7 +164,6 @@ typeattribute $1 bluetoothdomain;
 #   hal_impl_domain(hal_foo_default, hal_foo)
 #
 define(`hal_impl_domain', `
-print(`deprecated: hal_impl_domain($1, $2) Please use hal_server_domain($1, $2) instead.');
 typeattribute $1 halserverdomain;
 ifelse($2, `', `', `typeattribute $1 $2;')
 ')