aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-10 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-10 20:20:20 +0100
commitccd323741a301ad119f6f67dd6c9c2158cc00a0d (patch)
treeee5129773e38b5514f776703911513856b813dfa
parentsick (diff)
downloadhardflip-ccd323741a301ad119f6f67dd6c9c2158cc00a0d.tar.gz
hardflip-ccd323741a301ad119f6f67dd6c9c2158cc00a0d.tar.bz2
hardflip-ccd323741a301ad119f6f67dd6c9c2158cc00a0d.tar.xz
hardflip-ccd323741a301ad119f6f67dd6c9c2158cc00a0d.tar.zst
hardflip-ccd323741a301ad119f6f67dd6c9c2158cc00a0d.zip
time to cleanup a bit
-rw-r--r--i_events.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/i_events.go b/i_events.go
index cdfb5e5..372623e 100644
--- a/i_events.go
+++ b/i_events.go
@@ -52,7 +52,6 @@
package main
import (
- "fmt"
"os"
"github.com/gdamore/tcell/v2"
@@ -148,8 +147,6 @@ func i_fold_dir(data *HardData, item *ItemsNode) {
}
func i_reload_data(data *HardData) {
- // TODO: remove this after debug
- fmt.Println("remove me sometime")
data.data_dir = c_get_data_dir()
data.ldirs = c_load_data_dir(data.data_dir, data.opts)
data.litems = c_load_litems(data.ldirs)