Skip to content

Commit

Permalink
remove old logger
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdump committed Sep 6, 2019
1 parent 79870b1 commit 80cbad3
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 566 deletions.
2 changes: 0 additions & 2 deletions engine/MsgLogging.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ import (
"sync"

"github.com/FactomProject/factomd/common/interfaces"
"github.com/FactomProject/factomd/log"
)

var _ = log.Printf
var _ = fmt.Print

type msglist struct {
Expand Down
2 changes: 0 additions & 2 deletions engine/NetworkProcessorNet.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ import (
"github.com/FactomProject/factomd/common/interfaces"
"github.com/FactomProject/factomd/common/messages"
"github.com/FactomProject/factomd/common/primitives"
"github.com/FactomProject/factomd/log"
)

var _ = log.Printf
var _ = fmt.Print

func NetworkProcessorNet(fnode *FactomNode) {
Expand Down
98 changes: 0 additions & 98 deletions log/log.go

This file was deleted.

187 changes: 0 additions & 187 deletions log/log_test.go

This file was deleted.

Loading

0 comments on commit 80cbad3

Please sign in to comment.