Skip to content

Commit 5bcb3b8

Browse files
KevinRansombaronfel
authored andcommitted
Feed back (#8365)
1 parent 43d9b7b commit 5bcb3b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/fsharp/CompileOps.fs

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

52415241
yield! resolveDependencyManagerSources filename
5242-
#if DEBUG
5243-
for (_,subFile) in sources do
5244-
printfn "visiting %s - has subsource of %s " filename subFile
5245-
#endif
52465242
for (m, subFile) in sources do
52475243
if IsScript subFile then
52485244
for subSource in ClosureSourceOfFilename(subFile, m, tcConfigResult.inputCodePage, false) do
52495245
yield! loop subSource
52505246
else
52515247
yield ClosureFile(subFile, m, None, [], [], [])
5252-
5253-
//printfn "yielding source %s" filename
52545248
yield ClosureFile(filename, m, Some parsedScriptAst, parseDiagnostics, errorLogger.Diagnostics, noWarns)
52555249

52565250
| None ->

0 commit comments

Comments
 (0)