diff --git a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
index 497ad870999219dce26dfd744d77414f344e9cd8..a76d37d52599e41dde85a512d93d61e3f59e34f1 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);