Drush has a nice build-in facility to not print messages... --quiet (internally DRUSH_QUIET)

So the two calls to:

if (!$silent) 

Can safely be removed.

Comments

jon pugh’s picture

Status: Active » Fixed

Thanks for the heads up... I'm not even sure if those were doing anything! Looked like some old cruft, now removed.

http://drupalcode.org/project/provision_git.git/commit/aa4e5a8

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit aa4e5a8 on 6.x-1.x, 7.x-1.x by Jon Pugh:
    #1852688 by helmo: removing $silent
    

  • Commit aa4e5a8 on 6.x-1.x, 7.x-1.x, 7.x-3.x by Jon Pugh:
    #1852688 by helmo: removing $silent