From 5f819c945d2ee5c47cf2d2f087a64ca3fc0ed5b3 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Mon, 22 Jan 2018 08:46:50 +0100 Subject: [PATCH] test --- muk_models_groupby_hour/tests/test_groupby.py | 1 - 1 file changed, 1 deletion(-) diff --git a/muk_models_groupby_hour/tests/test_groupby.py b/muk_models_groupby_hour/tests/test_groupby.py index 0fa26db..dd88526 100644 --- a/muk_models_groupby_hour/tests/test_groupby.py +++ b/muk_models_groupby_hour/tests/test_groupby.py @@ -51,6 +51,5 @@ class AttachmentTestCase(common.TransactionCase): domain=[], fields=['name', 'create_date'], groupby='create_date:hour') - _logger.warning(result) self.assertTrue(result) \ No newline at end of file