diff --git a/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh b/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh
index 90d4f3b1ba7a5ca7139c3375f90ba92893757915..8404c69222835c8a59041c23b6824f4662b91d50 100755
--- a/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh
+++ b/server/modules/local-accounts/opt/openslx/scripts/local-accounts_insert-data.sh
@@ -68,7 +68,6 @@ touch "/home/openslx/usb_slx/$dev"
 
 unset IFS
 users=$(for i in $(find "$mountpath/Openslx" -iname .config); do cat $i; done)
-#users=$(cat "$mountpath/Openslx/.config");
 if [ -z "$users" ]; then
     echo "$0: $dev has an empty config file"
     exit 3 # stops openslx users_pendrive execution for this dev