From 8d4482f638759e052f858396825ca617a29cdafe Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 6 Dec 2016 17:34:39 +0100 Subject: [PATCH] Update. --- profiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler.lua b/profiler.lua index 77461b3..9d493c0 100644 --- a/profiler.lua +++ b/profiler.lua @@ -77,7 +77,7 @@ function profiler.decorate(model, functionsToDecorate) end if not toDecorate[nameOrig] then - print('Decorating ' .. toDecorate.__typename .. '.' .. name) + -- print('Decorating ' .. toDecorate.__typename .. '.' .. name) toDecorate[nameOrig] = toDecorate[name] toDecorate[name] = function(self, ...) local startTime = sys.clock() -- 2.20.1