diff --git a/src/freedombone-app-pihole b/src/freedombone-app-pihole
index 4f2872d2d808c087e61b7367cc23908291f50be3..0b88a1ff1141588a8a633137ba992d3e5072e4a6 100755
--- a/src/freedombone-app-pihole
+++ b/src/freedombone-app-pihole
@@ -66,7 +66,6 @@ function pihole_copy_files {
     if [ -f /etc/dnsmasq.d/01-pihole.conf ]; then
         rm /etc/dnsmasq.d/01-pihole.conf
     fi
-    #cp $INSTALL_DIR/pihole/advanced/01-pihole.conf /etc/dnsmasq.d/01-pihole.conf
     cp $INSTALL_DIR/pihole/advanced/pihole.cron /etc/cron.d/pihole
     cp $INSTALL_DIR/pihole/gravity.sh /opt/$piholeBasename
     chmod +x /opt/pihole/*.sh