mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
disable profile flag (#432)
This commit is contained in:
parent
51d4021e03
commit
5ac87bbde6
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ var Flags = []cli.Flag{
|
||||||
//blockprofilerateFlag,
|
//blockprofilerateFlag,
|
||||||
cpuprofileFlag,
|
cpuprofileFlag,
|
||||||
//traceFlag,
|
//traceFlag,
|
||||||
periodicProfilingFlag,
|
//periodicProfilingFlag,
|
||||||
debugDataDirFlag,
|
debugDataDirFlag,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue