summaryrefslogtreecommitdiff
path: root/pkg/gonf.go
diff options
context:
space:
mode:
authorJulien Dessaux2024-03-25 10:52:45 +0100
committerJulien Dessaux2024-03-25 10:52:45 +0100
commitd20734c275470d35303974767ca16c3c254dd092 (patch)
tree423ba7ee90e81327b68f0f69a8a9fa548e91a336 /pkg/gonf.go
parentfix(promises): fixed IfRepaired promises chaining (diff)
downloadgonf-d20734c275470d35303974767ca16c3c254dd092.tar.gz
gonf-d20734c275470d35303974767ca16c3c254dd092.tar.bz2
gonf-d20734c275470d35303974767ca16c3c254dd092.zip
chore(packages): removed useless packages list hook function and debian stdlib refactoring
Diffstat (limited to '')
-rw-r--r--pkg/gonf.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gonf.go b/pkg/gonf.go
index 7a18c91..88edf9c 100644
--- a/pkg/gonf.go
+++ b/pkg/gonf.go
@@ -28,7 +28,6 @@ func Resolve() (status Status) {
case BROKEN:
return BROKEN
case REPAIRED:
- packages_list_function()
continue
}
// ----- Services ----------------------------------------------