mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 22:40:24 +00:00
Remove debug statements
This commit is contained in:
parent
eeaac76f5f
commit
370e667e91
1 changed files with 0 additions and 2 deletions
|
|
@ -105,7 +105,6 @@ func LoadInput() []*Buffer {
|
|||
}
|
||||
// If the file didn't exist, input will be empty, and we'll open an empty buffer
|
||||
buffers = append(buffers, NewBuffer(input, filename))
|
||||
fmt.Print("\a")
|
||||
}
|
||||
} else if !isatty.IsTerminal(os.Stdin.Fd()) {
|
||||
// Option 2
|
||||
|
|
@ -407,7 +406,6 @@ func main() {
|
|||
}()
|
||||
|
||||
for {
|
||||
fmt.Print("\a")
|
||||
// Display everything
|
||||
RedrawAll()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue