Commit 49b01b39 authored by Carles Cufi's avatar Carles Cufi Committed by Anas Nashif
Browse files

scripts: compliance: Remove unconditional debug output



This prevents us from parsing the scripts' output correctly.

Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent 66ad0e68
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@ if not ZEPHYR_BASE:
    # Propagate this decision to child processes.
    os.environ['ZEPHYR_BASE'] = ZEPHYR_BASE

    print(f'ZEPHYR_BASE unset, using "{ZEPHYR_BASE}"')


def git(*args, cwd=None):
    # Helper for running a Git command. Returns the rstrip()ed stdout output.