From 64729bb48d43a760b3fe6ba777c6e85f99e0637c Mon Sep 17 00:00:00 2001 From: Sridhar Ganesan Date: Tue, 17 Jul 2018 21:57:57 +0200 Subject: [PATCH] Removing unwanted lines in code --- cmd/cosmos-sdk-cli/cmd/init.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/cosmos-sdk-cli/cmd/init.go b/cmd/cosmos-sdk-cli/cmd/init.go index 2279dc8a1..b32e4b412 100644 --- a/cmd/cosmos-sdk-cli/cmd/init.go +++ b/cmd/cosmos-sdk-cli/cmd/init.go @@ -56,11 +56,6 @@ func copyBasecoinTemplate(projectName string, projectPath string, remoteProjectP } return nil }) - - //Copy the entire basecoin directory to the project path. - //os.MkdirAll(projectPath+string(os.PathSeparator)+rootDir, os.ModePerm) - //filePath := projectPath + string(os.PathSeparator) + actualPath - //ioutil.WriteFile(filePath, []byte(contents), os.ModePerm) } func createGopkg(projectPath string) {