diff --git a/buildout/profiles/deployment.cfg b/buildout/profiles/deployment.cfg
index 1c189059c4d6b1179b4e53722c5ca18481f22e51..360cf9e2c3808fc8a28249b2c35048ea28f46897 100644
--- a/buildout/profiles/deployment.cfg
+++ b/buildout/profiles/deployment.cfg
@@ -17,10 +17,6 @@ parts =
 python = software_definition
 versions = versions
 
-# Deployment shall not force updating of software locally
-# XXX: Same might be solved using versions?
-newest = false
-
 [configuration]
 supervisor_programs =
   10 mysql ${buildout:data-bin-directory}/pidproxy [ ${configuration:mysql_pid} ${buildout:data-bin-directory}/mysqld_safe ]