From 96ee1d665f3eff33b90682a8787892752d2dd9f1 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 5 May 2015 10:46:10 +0200 Subject: [PATCH] Removed not needed log. --- test/integration_test_helper.rb | 1 - test/test_helper.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/test/integration_test_helper.rb b/test/integration_test_helper.rb index b68ced88e..e124cab15 100644 --- a/test/integration_test_helper.rb +++ b/test/integration_test_helper.rb @@ -20,7 +20,6 @@ class ActiveSupport::TestCase Cache.clear # set current user - puts 'reset UserInfo.current_user_id' UserInfo.current_user_id = nil end diff --git a/test/test_helper.rb b/test/test_helper.rb index cdc1e9abc..3aae9664a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -36,7 +36,6 @@ class ActiveSupport::TestCase Cache.clear # set current user - puts 'reset UserInfo.current_user_id' UserInfo.current_user_id = nil end