projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2889ef
)
style: remove extra debugging print
author
Nathan Binkert
<nate@binkert.org>
Sun, 17 Apr 2011 20:57:40 +0000
(13:57 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Sun, 17 Apr 2011 20:57:40 +0000
(13:57 -0700)
util/style.py
patch
|
blob
|
history
diff --git
a/util/style.py
b/util/style.py
index cd9cd965260fbbc0ffcad381d42ed88d9e69f4b1..0676ee1b515a368ce15c117a8efdd92fe3bdcabd 100644
(file)
--- a/
util/style.py
+++ b/
util/style.py
@@
-243,7
+243,6
@@
class SortedIncludes(Verifier):
mod = modified_regions(old, new)
modified = mod & regions
- print mod, regions, modified
if modified:
self.write("invalid sorting of includes\n")