diff --git a/commul-customization/adapt_tos.pl b/commul-customization/adapt_tos.pl
index 7409a1d35935df3c63976c5be897f73f55629489..db5b1c298e72f317dd396ba9d497fc756ddbec9a 100644
--- a/commul-customization/adapt_tos.pl
+++ b/commul-customization/adapt_tos.pl
@@ -67,12 +67,3 @@ while (my $line = <$tos>)
 	print $out $line;
 }
 
-	#print "-$repo_name--$centre_legal_entity--$full_address--$city--$country-\n";
-
-
-__DATA__
-$REPOSITORY_NAME							dspace.name
-$A_CENTRE_OR_UNIT_WITH_LEGAL_PERSONALITY	lr.description.institution
-$FULL_ADDRESS								lr.description.location
-$COUNTRY									lr.description.shortLocation[1]
-$CITY										lr.description.shortLocation[0]