cli: output contract after compiling only with --verbose flag

Also remove Debug from compiler option as it is used only in CLI.
This commit is contained in:
Evgenii Stratonikov 2020-04-06 15:33:44 +03:00
parent 73c7b408b7
commit c71ad6a5db
2 changed files with 3 additions and 5 deletions

View file

@ -26,9 +26,6 @@ type Options struct {
// The name of the output for debug info.
DebugInfo string
// Debug outputs a hex encoded string of the generated bytecode.
Debug bool
}
type buildInfo struct {