Don't need to log local port when handling -via (#126).
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 95e19ae..936a22a 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -330,7 +330,6 @@
 
   snprintf(vncServerName, VNCSERVERNAMELEN, "localhost::%d", localPort);
   vncServerName[VNCSERVERNAMELEN - 1] = '\0';
-  vlog.error("%s", vncServerName);
 
   return 0;
 }