Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 2357b87

Browse files
author
Luis Plazas
committed
Remove extra parsing
1 parent 54fb6c6 commit 2357b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ limitations under the License.
1717
package main
1818

1919
import (
20-
"flag"
2120
"fmt"
2221
"os"
2322

@@ -28,7 +27,6 @@ import (
2827
const containerDiffEnvPrefix = "CONTAINER_DIFF_ENABLE_PROFILING"
2928

3029
func main() {
31-
flag.Parse()
3230
if os.Getenv(containerDiffEnvPrefix) == "1" {
3331
defer profile.Start(profile.TraceProfile).Stop()
3432
}

0 commit comments

Comments
 (0)