From 929c3a591cf979b124f240174216abe7b35a7262 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Fri, 25 Oct 2019 08:21:20 +0000
Subject: [PATCH] Bug 21190: Remove t/Log.t

Since we have t/db../Log.t and t/Log.t simply does nothing, we would
better remove it.

No test plan either :)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk>

Signed-off-by: Michal Denar <black23@gmail.com>
---
 t/Log.t | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100755 t/Log.t

diff --git a/t/Log.t b/t/Log.t
deleted file mode 100755
index bfcd75a3af..0000000000
--- a/t/Log.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-#
-# This Koha test module is a stub!  
-# Add more tests here!!!
-
-use Modern::Perl;
-
-use Test::More tests => 1;
-
-BEGIN {
-    use_ok('C4::Log');
-}
-- 
2.11.0