Chromium Code Reviews| Index: tools/lua/scrape.lua |
| diff --git a/tools/lua/scrape.lua b/tools/lua/scrape.lua |
| index 739a2f77ac7e6c9bf588da7405d444bff35273f4..cbdbc8d1c5e7cebad1d2596248880791979c9818 100644 |
| --- a/tools/lua/scrape.lua |
| +++ b/tools/lua/scrape.lua |
| @@ -30,7 +30,7 @@ function accumulate(t) |
| local n = total[t.verb] or 0 |
| total[t.verb] = n + 1 |
| - if t.verb == "drawRect" then |
| + if false and t.verb == "drawRect" then |
| local m = canvas:getTotalMatrix() |
| print("... ", tostr(m), "\n") |
| end |