style: remove extra debugging print
This commit is contained in:
parent
a2889ef16d
commit
6402721d8e
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ class SortedIncludes(Verifier):
|
||||||
|
|
||||||
mod = modified_regions(old, new)
|
mod = modified_regions(old, new)
|
||||||
modified = mod & regions
|
modified = mod & regions
|
||||||
print mod, regions, modified
|
|
||||||
|
|
||||||
if modified:
|
if modified:
|
||||||
self.write("invalid sorting of includes\n")
|
self.write("invalid sorting of includes\n")
|
||||||
|
|
Loading…
Reference in a new issue