From 5bb3d0275a8a2ba5fc961e0e88d9a250e2720053 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 24 Apr 2018 23:10:35 +0200 Subject: [PATCH] minmod --- src/git.xdrm.io/schastsp/cmd/client/client.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/git.xdrm.io/schastsp/cmd/client/client.go b/src/git.xdrm.io/schastsp/cmd/client/client.go index 6b06407..df1ddec 100644 --- a/src/git.xdrm.io/schastsp/cmd/client/client.go +++ b/src/git.xdrm.io/schastsp/cmd/client/client.go @@ -9,11 +9,6 @@ import ( "git.xdrm.io/schastsp/client" ) -/* Store target config paths */ -// var clientConfigPath = "/tmp/cyclichash/client/"; -// var serverConfigPath = "/tmp/cyclichash/server/lastkey"; - - func main(){ executionStart := time.Now().UnixNano()