### Eclipse Workspace Patch 1.0
#P drupal-contrib-5
Index: modules/google_analytics/googleanalytics.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/google_analytics/googleanalytics.install,v
retrieving revision 1.2.2.5
diff -u -r1.2.2.5 googleanalytics.install
--- modules/google_analytics/googleanalytics.install	30 Dec 2007 01:48:30 -0000	1.2.2.5
+++ modules/google_analytics/googleanalytics.install	30 Dec 2007 21:11:15 -0000
@@ -10,7 +10,6 @@
     // check if variable is not already set from a previous install
     if (strpos(variable_get($ga_role, 'new'), 'new') !== FALSE) {
       variable_set($ga_role, FALSE);
-      drupal_set_message(t('Role %rolename is now being tracked by Google Analytics', array('%rolename' => $role->name)));
     }
   }
 }
