Remove debug println
This commit is contained in:
@@ -3,7 +3,6 @@ package main
|
|||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
@@ -84,7 +83,6 @@ func link(port int, addr string, failChan chan int) {
|
|||||||
func parseConf() (links map[int]string, err error) {
|
func parseConf() (links map[int]string, err error) {
|
||||||
conf, err := os.Open("/etc/darkstorm-server.conf")
|
conf, err := os.Open("/etc/darkstorm-server.conf")
|
||||||
if os.IsNotExist(err) {
|
if os.IsNotExist(err) {
|
||||||
fmt.Println("HII")
|
|
||||||
return nil, nil
|
return nil, nil
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user