diff --git a/TestBenchFramework/BenchControl/Network/Camera/CLP1611/Camera.cs b/TestBenchFramework/BenchControl/Network/Camera/CLP1611/Camera.cs
index 1c5df34a1..0fa132c64 100644
--- a/TestBenchFramework/BenchControl/Network/Camera/CLP1611/Camera.cs
+++ b/TestBenchFramework/BenchControl/Network/Camera/CLP1611/Camera.cs
@@ -378,7 +378,7 @@ namespace TBF.BenchControl.Network.Camera.CLP1611
CameraCfg.HardwareAddress,
ipAddress == null ? "not detected" : ipAddress.ToString(),
response);
- log.Info(msg);
+ log.Debug(msg);
Console.WriteLine(msg);
return true; /// Camera detected
diff --git a/TestBenchFramework/CameraBinaryFiles/rc.local b/TestBenchFramework/CameraBinaryFiles/rc.local
deleted file mode 100644
index cd4ffcd74..000000000
--- a/TestBenchFramework/CameraBinaryFiles/rc.local
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh -e
-#
-# rc.local
-#
-# This script is executed at the end of each multiuser runlevel.
-# Make sure that the script will "exit 0" on success or any other
-# value on error.
-#
-# In order to enable or disable this script just change the execution
-# bits.
-#
-# By default this script does nothing.
-
-# Print the IP address
-_IP=$(hostname -I) || true
-if [ "$_IP" ]; then
- printf "My IP address is %s\n" "$_IP"
-fi
-
-# Start camera discovery daemon
-/usr/bin/DiscoveryDaemon 1.3 &
-
-exit 0
diff --git a/TestBenchFramework/CameraBinaryFiles/runmeonce b/TestBenchFramework/CameraBinaryFiles/runmeonce
deleted file mode 100644
index bdd6747f8..000000000
--- a/TestBenchFramework/CameraBinaryFiles/runmeonce
+++ /dev/null
@@ -1,4 +0,0 @@
-pkill DiscoveryDaemon
-cp clp/DiscoveryDaemon /usr/bin
-cp clp/rc.local /etc
-reboot
diff --git a/TestBenchFramework/Properties/AssemblyInfo.cs b/TestBenchFramework/Properties/AssemblyInfo.cs
index 1046a4bda..85aca30c3 100644
--- a/TestBenchFramework/Properties/AssemblyInfo.cs
+++ b/TestBenchFramework/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
-[assembly: AssemblyVersion("2.17.763.0")]
-[assembly: AssemblyFileVersion("2.17.763.0")]
+[assembly: AssemblyVersion("2.17.764.0")]
+[assembly: AssemblyFileVersion("2.17.764.0")]
diff --git a/TestBenchFramework/TBF.csproj b/TestBenchFramework/TBF.csproj
index 9f7456e3f..8c3463b6b 100644
--- a/TestBenchFramework/TBF.csproj
+++ b/TestBenchFramework/TBF.csproj
@@ -2643,12 +2643,6 @@
Always
-
- Always
-
-
- Always
-
Designer