diff --git a/project.py b/project.py
index 6621f1c..b19ab5f 100644
--- a/project.py
+++ b/project.py
@@ -637,7 +637,6 @@ class Project(object):
                        "branch %s is published but is now %d commits behind",
                        branch.name,
                        len(upstream_gain))
-          syncbuf.info(self, "consider merging or rebasing the unpublished commits")
         return
       elif upstream_gain:
         # We can fast-forward safely.