diff --git a/docker-compose-2.1.2.yml b/docker-compose-2.1.2.yml
index ff75af07c7c38167169bd636f3d49d9fc116e74a..8bc8a09d0de705054980e42ca34cec2695bae225 100644
--- a/docker-compose-2.1.2.yml
+++ b/docker-compose-2.1.2.yml
@@ -5,8 +5,6 @@ services:
     hostname: eccs
     ports:
       - 127.0.0.1:8080:80
-    environment:
-      ECCS_SELENIUM_DEBUG: false
     volumes:
       - type: bind
         source: ./output
diff --git a/eccs_properties.py b/eccs_properties.py
index 0b056fa6eb7806aec77d9009d7f4bf0742b2860f..c596325b41785742742fa3ccfb6add7542ab607e 100644
--- a/eccs_properties.py
+++ b/eccs_properties.py
@@ -74,7 +74,7 @@ ECCS_DEBUG_STDERR_IDP = f"{ECCS_DEBUG_DIR}/stderr_idp_{DAY}.log"
 ECCS_FAILEDCMDIDP = f"{ECCS_DEBUG_DIR}/failed-cmd-idp.sh"
 
 # Selenium
-ECCS_SELENIUM_DEBUG = os.environ['ECCS_SELENIUM_DEBUG']
+ECCS_SELENIUM_DEBUG = False
 ECCS_SELENIUM_DEBUG_LOG_DIR = f"{ECCS_DEBUG_DIR}/selenium-logs"
 ECCS_SELENIUM_PAGELOADTIMEOUT = 60 #seconds (remind to change timeout seconds also on web/eccs.js)
 ECCS_SELENIUM_SCRIPTTIMEOUT = 60   #seconds
diff --git a/selenium-logs/.gitignore b/selenium-logs/.gitignore
deleted file mode 100644
index 5e7d2734cfc60289debf74293817c0a8f572ff32..0000000000000000000000000000000000000000
--- a/selenium-logs/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-# Ignore everything in this directory
-*
-# Except this file
-!.gitignore