Skip to content

Commit d87ceaf

Browse files
Aaron Schlesingeraledbf
authored andcommitted
ref(boot.go,fetcher.go): remove the fetcher
1 parent 11869e8 commit d87ceaf

2 files changed

Lines changed: 0 additions & 75 deletions

File tree

boot.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ func main() {
4343
pkglog.Err("getting config for %s [%s]", serverConfAppName, err)
4444
os.Exit(1)
4545
}
46-
pkglog.Info("starting fetcher on port %d", cnf.FetcherPort)
47-
go fetcher.Serve(cnf.FetcherPort)
4846
pkglog.Info("starting SSH server on %s:%d", cnf.SSHHostIP, cnf.SSHHostPort)
4947
os.Exit(pkg.Run(cnf.SSHHostIP, cnf.SSHHostPort, "boot"))
5048
},

fetcher/fetcher.go

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)