diff --git a/cmd/cosmos-sdk-cli/cmd/init.go b/cmd/cosmos-sdk-cli/cmd/init.go index 2279dc8a17..b32e4b4121 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) {