mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Remove debug statements
This commit is contained in:
@@ -105,7 +105,6 @@ func LoadInput() []*Buffer {
|
|||||||
}
|
}
|
||||||
// If the file didn't exist, input will be empty, and we'll open an empty buffer
|
// If the file didn't exist, input will be empty, and we'll open an empty buffer
|
||||||
buffers = append(buffers, NewBuffer(input, filename))
|
buffers = append(buffers, NewBuffer(input, filename))
|
||||||
fmt.Print("\a")
|
|
||||||
}
|
}
|
||||||
} else if !isatty.IsTerminal(os.Stdin.Fd()) {
|
} else if !isatty.IsTerminal(os.Stdin.Fd()) {
|
||||||
// Option 2
|
// Option 2
|
||||||
@@ -407,7 +406,6 @@ func main() {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
fmt.Print("\a")
|
|
||||||
// Display everything
|
// Display everything
|
||||||
RedrawAll()
|
RedrawAll()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user