diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index ac9f2ce256424e1bf6f50b4c153612093002408f..7a2a6b14046d38b9e8333c449360ebfd4f163971 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -8,7 +8,7 @@
  *  An array of modules to be enabled.
  */
 function default_profile_modules() {
-  return array('color', 'comment', 'help', 'taxonomy', 'dblog', 'update');
+  return array('color', 'comment', 'help', 'taxonomy', 'dblog');
 }
 
 /**