Index: l10n_community/l10n_community.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.module,v
retrieving revision 1.1.2.23.2.66.2.19
diff -u -p -r1.1.2.23.2.66.2.19 l10n_community.module
--- l10n_community/l10n_community.module	17 Jun 2010 10:42:09 -0000	1.1.2.23.2.66.2.19
+++ l10n_community/l10n_community.module	18 Jun 2010 09:23:35 -0000
@@ -305,8 +305,6 @@ function l10n_community_init() {
     drupal_add_css(drupal_get_path('module', 'l10n_community') .'/l10n_community.css', 'module');
     // For the translation overview pages. This is used to present admin page like panels.
     drupal_add_css(drupal_get_path('module', 'system') .'/admin.css', 'module');
-    // Tell them that robots are not welcome here. This is a web app, not content.
-    drupal_set_html_head('<meta name="robots" content="noindex, nofollow" />');
   }
 }
 
