Skip to content

Commit 35c0cd7

Browse files
committed
Rem: unneeded debug line.
1 parent d110046 commit 35c0cd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CronLint.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ protected function validateLine(string $line) : array
133133

134134
// Skip comment lines or empty lines
135135
if (empty($line) || substr($line, 0, 1) == '#') {
136-
echo "empty/comment line\n";
137136
return $errors;
138137
}
139138

0 commit comments

Comments
 (0)