remove debug

This commit is contained in:
xdrm-brackets 2018-11-11 15:10:00 +01:00
parent 011c09d6ce
commit 20245a9955
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ func (r *Reader) Execute() error {
// if err != nil { // if err != nil {
// return fmt.Errorf("cannot upgrade | %s", err) // return fmt.Errorf("cannot upgrade | %s", err)
// } // }
for i := 0; i < 30; i++ {
fmt.Printf("+")
}
fmt.Printf("\n")
// 3. exec each instruction // 3. exec each instruction
for i, inst := range r.Content { for i, inst := range r.Content {