Skip to content

Commit cfd82c3

Browse files
committed
Remove accidentially committed debug tracing
1 parent 443af86 commit cfd82c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portmaster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ fi
14841484
check_state () {
14851485
# Global: state
14861486
local state_set makevars
1487-
set -x
1487+
14881488
if egrep -ql '^(FORBIDDEN|BROKEN|IGNORE)' Makefile; then
14891489
[ -z "$TRY_BROKEN" ] && [ -z `pm_make -V TRYBROKEN` ] && \
14901490
makevars="FORBIDDEN BROKEN IGNORE" || \

0 commit comments

Comments
 (0)