diff -r 7aa5160bdbf5 -r dc318f93bd77 hgext/histedit.py --- a/hgext/histedit.py Sat Jul 08 16:47:25 2017 -0700 +++ b/hgext/histedit.py Sat Jul 08 16:50:31 2017 -0700 @@ -1593,8 +1593,6 @@ """strip a group of nodes from the repository The set of node to strip may contains unknown nodes.""" - ui.debug('should strip %s nodes %s\n' % - (name, ', '.join([node.short(n) for n in nodes]))) with repo.lock(): # do not let filtering get in the way of the cleanse # we should probably get rid of obsolescence marker created during the