Merge branch 'gsoc2018/rest_api'
[oweals/gnunet.git] / src / gns / test_plugin_rest_gns.sh
index fca35ee2d9901771c4b57717a4bd51732c8e02b2..7ede44501a4f96bd8b58c26cd12804cffb96f8a3 100755 (executable)
@@ -10,7 +10,7 @@ curl_get () {
     #$1 is link
     #$2 is grep
     cache="$(curl -v "$1" 2>&1 | grep "$2")"
-    echo $cache
+    #echo $cache
     if [ "" == "$cache" ]
     then
         exit 1