Skip to content

Commit 285070d

Browse files
committed
shared: drop some debug logs
1 parent 2607b2c commit 285070d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

shared/compiler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ func buildAndAttachBitcode(compilerExecName string, pr ParserResult, bcObjLinks
119119
for i, srcFile := range pr.InputFiles {
120120
objFile, bcFile := getArtifactNames(pr, i, hidden)
121121
if hidden {
122-
LogDebug("not compile only; building object files")
123122
buildObjectFile(compilerExecName, pr, srcFile, objFile)
124123
*newObjectFiles = append(*newObjectFiles, objFile)
125124
}

shared/parser.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ func (pr *ParserResult) verboseFlagCallback(_ string, _ []string) {
541541
}
542542

543543
func (pr *ParserResult) compileOnlyCallback(_ string, _ []string) {
544-
LogDebug("compileOnlyCallback")
545544
pr.IsCompileOnly = true
546545
}
547546

0 commit comments

Comments
 (0)