summaryrefslogtreecommitdiff
path: root/constants/constants.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-08-17 22:05:10 -0400
committerWill Hawkins <[email protected]>2022-08-17 22:05:10 -0400
commit8d7b3f43988f40976c540e64f955fabe3d14d755 (patch)
tree806c46ef9ed5283295e15c5c46c0cb520ebbd7c3 /constants/constants.go
parent64ed806b94e2d2b2cb4ca14385f7b16042b2f6e7 (diff)
Remove the -strict option
We never really implemented it any way!
Diffstat (limited to 'constants/constants.go')
-rw-r--r--constants/constants.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/constants/constants.go b/constants/constants.go
index 635aef7..be18453 100644
--- a/constants/constants.go
+++ b/constants/constants.go
@@ -30,7 +30,4 @@ var (
DefaultDebug bool = false
// The default URL for the config host.
DefaultConfigHost string = "networkquality.example.com"
-
- // The default decision about whether to run the test in strict mode.
- DefaultStrict bool = false
)