# HG changeset patch # User Denis Laxalde # Date 1528804694 -7200 # Node ID 2808c899bc109e3c5e623f67f0fddebfa24452a1 # Parent dda5b2134b32c3a2bedd0004a3554af2aa8ef35c style: drop a (commented) debug print Left-over from 4dcf87849f9d. diff -r dda5b2134b32 -r 2808c899bc10 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')