aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/i_events.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go
index 60ecadb..4c37315 100644
--- a/src/i_events.go
+++ b/src/i_events.go
@@ -196,7 +196,6 @@ func i_reload_data(data *HardData) {
return
}
for curr := data.litems.head; curr != nil; curr = curr.next {
- // HACK: optimize by searching from the path
if curr.is_dir() == true {
if curr.Dirs.Name == tmp_name {
if curr.Dirs.Parent.path() == tmp_parent_path {