Skip to content

Commit

Permalink
Merge pull request #52 from k1LoW/remove-debug-print
Browse files Browse the repository at this point in the history
Remove debug print
  • Loading branch information
k1LoW committed Mar 16, 2021
2 parents 67dbc3b + 8f5d63b commit d434002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/runner.go
Expand Up @@ -229,7 +229,6 @@ func (r *Runner) CheckIf(cond string, i *target.Target) bool {
if os.Getenv(k) == "" || strings.ToLower(os.Getenv(k)) == "false" || os.Getenv(k) == "0" {
isCalled = false
}
_, _ = fmt.Fprintf(os.Stderr, "calleeeeeeeeeed: %v\n", isCalled)
now := time.Now()
variables := map[string]interface{}{
"year": now.UTC().Year(),
Expand Down

0 comments on commit d434002

Please sign in to comment.