fix: Removes debug print left over in server code.
This commit is contained in:
parent
8a0974447a
commit
3a58a12033
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net"
|
||||
|
||||
core "git.greysoh.dev/imterah/bismuthd/commons"
|
||||
|
@ -192,7 +191,6 @@ func (bismuth BismuthServer) HandleProxy(conn net.Conn) error {
|
|||
totalPacketContents[0] = core.GetTrustedDomains
|
||||
|
||||
for index, trustedDomain := range bismuth.TrustedDomains {
|
||||
fmt.Println("building trusted domains")
|
||||
totalPacketContents = append(totalPacketContents, []byte(trustedDomain)...)
|
||||
|
||||
if index+1 != len(bismuth.TrustedDomains) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue