From a23be4ad3f9cf3957d2a31ce4a68f70ac0d57ed6 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Fri, 7 Nov 2014 09:06:02 -0500
Subject: [PATCH] Less Compiler duplicate message fix.

---
 module/VuFindTheme/src/VuFindTheme/LessCompiler.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
index 497ad870999..a76d37d5259 100644
--- a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
+++ b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
@@ -136,7 +136,6 @@ class LessCompiler
             return;
         }
         $this->logMessage("Processing " . $theme);
-        $this->logMessage("Processing " . $theme);
         foreach ($lessFiles as $less) {
             if (is_string($less)) {
                 $this->compileFile($theme, $less);
-- 
GitLab