Skip to content

Commit 6c7fd1a

Browse files
committed
Remove debugging message about pgerrors
1 parent 8bc8145 commit 6c7fd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WeBWorK/ContentGenerator/Problem.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ sub warnings {
781781
}
782782
# print "proceeding to SUPER::warnings";
783783
$self->SUPER::warnings();
784-
print $self->{pgerrors};
784+
# print $self->{pgerrors};
785785
""; #FIXME -- let's see if this is the appropriate output.
786786
}
787787

0 commit comments

Comments
 (0)