style: drop a (commented) debug print
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 12 Jun 2018 13:58:14 +0200
changeset 3838 2808c899bc10
parent 3837 dda5b2134b32
child 3839 ac0717f23921
style: drop a (commented) debug print Left-over from 4dcf87849f9d.
hgext3rd/evolve/obshistory.py
--- a/hgext3rd/evolve/obshistory.py	Sun Jun 10 20:58:55 2018 +0530
+++ b/hgext3rd/evolve/obshistory.py	Tue Jun 12 13:58:14 2018 +0200
@@ -107,7 +107,6 @@
         # Compat 4.6
         if not util.safehasattr(self, "_includediff"):
             self._includediff = diffopts and diffopts.get('patch')
-        # print("PATCH", diffopts, self._includediff)
 
         self.template = diffopts and diffopts.get('template')