Don't automatically load hooks

This commit is contained in:
Justin Li
2014-12-04 17:39:41 -05:00
parent c0aab820ed
commit 8c70682d6b
5 changed files with 9 additions and 12 deletions
+1
View File
@@ -12,6 +12,7 @@ if env_mode = ENV['LIQUID_PARSER_MODE']
mode = env_mode.to_sym
end
Liquid::Template.error_mode = mode
Liquid::Profiler.load_hooks
if Minitest.const_defined?('Test')
# We're on Minitest 5+. Nothing to do here.