Skip to content

Commit df829b5

Browse files
authored
Merge branch 'main' into fix/1374
2 parents 64d9add + aaa79ed commit df829b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/compiler/program.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ func (p *Program) verifyCompilerOptions() {
604604
}
605605
for i, subst := range value {
606606
if !hasZeroOrOneAsteriskCharacter(subst) {
607-
fmt.Println(key, value, i, subst)
608607
createDiagnosticForOptionPathKeyValue(key, i, diagnostics.Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character, subst, key)
609608
}
610609
if !tspath.PathIsRelative(subst) && !tspath.PathIsAbsolute(subst) {

0 commit comments

Comments
 (0)