diff hg-browse @ 2:3656bdd46f54

add touchslide
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 16 Feb 2019 16:56:42 +0900
parents 85f5eada6707
children f05a6c7471fa
line wrap: on
line diff
--- a/hg-browse	Tue Nov 13 08:54:23 2018 +0900
+++ b/hg-browse	Sat Feb 16 16:56:42 2019 +0900
@@ -26,7 +26,6 @@
 
 if ( $stdout =~ m[(https?|ssh)://(\w+@)?(.*)]){
     my $url = "http://$3";
-    print "$url\n";
     @cmd = ('open',$url);
     eval { run3 \@cmd,undef,\$stdout,\$stderr;};
     if ($@){