diff --git a/templates/interfaces.j2 b/templates/interfaces.j2
index 33a53e899f1a0a1724feb119e85e7f5e72f0dd82..048964106682c68d9becb5c304aa1db56a12e8e4 100644
--- a/templates/interfaces.j2
+++ b/templates/interfaces.j2
@@ -84,7 +84,6 @@ iface {{ bridge1_name }} inet static
 	bridge-stp off
 	bridge-fd 0
 	mtu 9000
-#Bridge interface for interconnection between nodes 1 and 2
 
 auto {{ bridge2_name }}
 iface {{ bridge2_name }} inet static
@@ -93,6 +92,5 @@ iface {{ bridge2_name }} inet static
 	bridge-stp off
 	bridge-fd 0
 	mtu 9000
-#Bridge interface for interconnection between nodes 1 and 3
 
 source /etc/network/interfaces.d/*