diff --git a/cl/phase1/forkchoice/fork_graph/fork_graph_disk_fs.go b/cl/phase1/forkchoice/fork_graph/fork_graph_disk_fs.go index 48fb76ddee8..4757ea7307b 100644 --- a/cl/phase1/forkchoice/fork_graph/fork_graph_disk_fs.go +++ b/cl/phase1/forkchoice/fork_graph/fork_graph_disk_fs.go @@ -43,7 +43,6 @@ func (f *forkGraphDisk) readBeaconStateFromDisk(blockRoot libcommon.Hash, out *s var file afero.File f.stateDumpLock.Lock() defer f.stateDumpLock.Unlock() - fmt.Println("getState") file, err = f.fs.Open(getBeaconStateFilename(blockRoot)) if err != nil {