remove debug echo
authorTomas Weinfurt <tweinfurt@yahoo.com>
Wed, 20 Sep 2017 19:25:38 +0000 (12:25 -0700)
committerTomas Weinfurt <tweinfurt@yahoo.com>
Wed, 20 Sep 2017 19:25:38 +0000 (12:25 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/a4be239702c24de55cafb4bb1fe7ffcdc539a9a4

src/installer/corehost/build.sh

index 2b8cf72..300a07b 100755 (executable)
@@ -55,7 +55,6 @@ init_rid_plat()
             __rid_plat="linux"
         fi
     fi
-    echo __rid_plat=$__rid_plat
 }
 
 usage()