=== modified file 'uc_product/uc_product.module'
--- uc_product/uc_product.module	2008-09-09 20:59:04 +0000
+++ uc_product/uc_product.module	2008-09-24 17:06:29 +0000
@@ -1181,9 +1181,6 @@
 
   // Rebuild the items hash
   uc_cart_get_contents(NULL, 'rebuild');
-  if (!strpos(request_uri(), 'cart', -4)) {
-    drupal_set_message(t('Your item(s) have been updated.'));
-  }
 }
 
 /**

