Skip to content

Commit 82f2483

Browse files
authored
Feed back (#8365)
1 parent 98341d4 commit 82f2483

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/fsharp/CompileOps.fs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5240,20 +5240,12 @@ module ScriptPreprocessClosure =
52405240
let sources = if preSources.Length < postSources.Length then postSources.[preSources.Length..] else []
52415241

52425242
yield! resolveDependencyManagerSources filename
5243-
#if DEBUG
5244-
for (_,subFile) in sources do
5245-
printfn "visiting %s - has subsource of %s " filename subFile
5246-
#endif
52475243
for (m, subFile) in sources do
52485244
if IsScript subFile then
52495245
for subSource in ClosureSourceOfFilename(subFile, m, tcConfigResult.inputCodePage, false) do
52505246
yield! loop subSource
52515247
else
52525248
yield ClosureFile(subFile, m, None, [], [], [])
5253-
5254-
#if DEBUG
5255-
printfn "yielding source %s" filename
5256-
#endif
52575249
yield ClosureFile(filename, m, Some parsedScriptAst, parseDiagnostics, errorLogger.Diagnostics, noWarns)
52585250

52595251
| None ->

0 commit comments

Comments
 (0)