]> source.dussan.org Git - tigervnc.git/commitdiff
Remove one vlog.debug call which shouldn't have been committed
authorAdam Tkac <atkac@redhat.com>
Wed, 23 Jan 2013 14:18:52 +0000 (14:18 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 23 Jan 2013 14:18:52 +0000 (14:18 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5033 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/vncviewer.cxx

index ace1ce623c3667f7921966e96b06275b5f506e7b..569ee4a0f3c4abf65a5e4f7eea2d5d561f975d81 100644 (file)
@@ -321,7 +321,6 @@ createTunnel(const char *gatewayHost, const char *remoteHost,
   setenv("H", remoteHost, 1);
   setenv("R", rport, 1);
   setenv("L", lport, 1);
-  vlog.error("%s, %s, %d, %d", gatewayHost, remoteHost, rport, lport);
   if (!cmd)
     cmd = "/usr/bin/ssh -f -L \"$L\":\"$H\":\"$R\" \"$G\" sleep 20";
   /* Compatibility with TigerVNC's method. */