disable dumping the ctm on every drawRect verb (was there for testing)

BUG=

Review URL: https://codereview.chromium.org/15470017

git-svn-id: http://skia.googlecode.com/svn/trunk@9213 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-05-21 14:19:53 +00:00
parent a5a59b362b
commit 14f584b353

View File

@ -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