From 62350cf201dd3352dd7be80af5028cc42bc8abc7 Mon Sep 17 00:00:00 2001 From: jash Date: Mon, 15 Oct 2018 19:19:01 +0200 Subject: [PATCH] removed ots client not supported message --- dist/setup.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dist/setup.sh b/dist/setup.sh index 6a50841..8a90f86 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -199,10 +199,6 @@ install_docker() { fi fi - if [[ $FEATURE_OTSCLIENT == true ]]; then - trace "opentimestamps not supported yet." && echo - fi - # build cyphernode images if [ ! -d $PROXY_DATAPATH ]; then step "Creating $PROXY_DATAPATH"