Skip to content

Commit

Permalink
turns off debugging, also uses RUNNER_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Sep 16, 2024
1 parent 6ed760a commit 73ba593
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { frameworks } from "@turbo/types";
import { RULES } from "../constants";
import { Project, getWorkspaceFromFilePath } from "../utils/calculate-inputs";

/** set this to true if debugging this rule */
const debugging = "".length === 0;
const debug = debugging
const debug = process.env.RUNNER_DEBUG
? logger.info
: (_: string) => {
/* noop */
Expand Down

0 comments on commit 73ba593

Please sign in to comment.