Skip to content

Commit

Permalink
Removed duplicate CheckFileName
Browse files Browse the repository at this point in the history
  • Loading branch information
factom-clay committed Sep 19, 2018
1 parent de65f75 commit 6e7fd33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions state/stateConsensus.go
Expand Up @@ -42,10 +42,6 @@ func (s *State) CheckFileName(name string) bool {
return messages.CheckFileName(name)
}

func (s *State) CheckFileName(name string) bool {
return messages.CheckFileName(name)
}

func (s *State) DebugExec() (ret bool) {
return globals.Params.DebugLogRegEx != ""
}
Expand Down

0 comments on commit 6e7fd33

Please sign in to comment.