Commit a2326aaf561798c3bfd5e464b16693a094bf6c45

Anthony Green 2018-03-27T11:36:04

Remove debug output

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/msvcc.sh b/msvcc.sh
index 86de34d..f570eb0 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -243,11 +243,6 @@ if [ -n "$linkargs" ]; then
     args="$args /link $linkargs"
 fi
 
-echo *******************************************************************************************
-echo $args
-echo *******************************************************************************************
-
-
 if [ -n "$static_crt" ]; then
     md=-MT
 else