removing junk

This commit is contained in:
Aditya
2023-10-09 12:34:46 +05:30
parent 7f2fa65003
commit 9bd18c4ac9
-1
View File
@@ -6111,7 +6111,6 @@ func initHandlers() {
// Had to move away from mux, which means Method is fucked up right now.
func main() {
initHandlers()
go shuffle.InitOpsWorkflow()
hostname, err := os.Hostname()
if err != nil {
hostname = "MISSING"