Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Mar 13, 2024
1 parent 5a58537 commit 74bd9b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/diagrams/dynamic_routing/joe_ve_yaml.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2024 XigXog
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0

---
apiVersion: kubefox.xigxog.io/v1alpha1
kind: Environment
Expand Down
4 changes: 0 additions & 4 deletions kit/kit.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ Flags:
fmt.Fprintf(os.Stderr, "hash '%s' does not match build info hash '%s'", hash, build.Info.Hash)
os.Exit(1)
}

// REMOVE
logFormat = "console"
logLevel = "debug"
} else {
logLevel = "error"
}
Expand Down

0 comments on commit 74bd9b9

Please sign in to comment.