Remove debug error from libtest.
authorBrian Aker <brian@tangent.org>
Tue, 28 Feb 2012 03:13:13 +0000 (19:13 -0800)
committerBrian Aker <brian@tangent.org>
Tue, 28 Feb 2012 03:13:13 +0000 (19:13 -0800)
libtest/server.cc

index 182e6f3ec2dad99b40b9e5a2fd505ec932640a0a..66575e74300725dd93b9327be6e339d3682cb649 100644 (file)
@@ -334,7 +334,6 @@ bool Server::args(Application& app)
 
   if (has_socket_file_option())
   {
-    Error << "adding socket option ";
     if (set_socket_file() == false)
     {
       return false;