diff options
| author | linxin <[email protected]> | 2023-05-11 17:04:00 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2023-05-11 17:04:00 +0800 |
| commit | d1fb86fac0d4156f0b8476ecd96f4b057bedecf1 (patch) | |
| tree | d49f81fd2daa88ff50faa0343966341584974d36 /coredump-tool | |
| parent | 4ce4f1c652ddd2cf489e7e8df681227d06d03a55 (diff) | |
删除一部分无用输出1.0.4
Diffstat (limited to 'coredump-tool')
| -rw-r--r-- | coredump-tool/coredump-tool.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coredump-tool/coredump-tool.go b/coredump-tool/coredump-tool.go index 281acd5..6a86faf 100644 --- a/coredump-tool/coredump-tool.go +++ b/coredump-tool/coredump-tool.go @@ -355,7 +355,6 @@ func main() { }, }, Action: func(c *cli.Context) error { - fmt.Println(dirPath) WalkDirectory(dirPath) list(pid) return nil |
