We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b34aa commit 5bb8dd7Copy full SHA for 5bb8dd7
platform/commoncontext/compute.go
@@ -129,8 +129,6 @@ func computeCommon(
129
QodanaToken: qodanaCloudToken,
130
}
131
132
- fmt.Printf("%q\n", repositoryRoot)
133
- fmt.Printf("%q\n", projectDir)
134
if repositoryRoot == "" {
135
vcsRoot, err := git.Root(projectDir, commonCtx.LogDir())
136
@@ -141,8 +139,6 @@ func computeCommon(
141
139
142
140
143
144
145
146
if repositoryRoot != projectDir {
147
rootAbs, err1 := filepath.Abs(repositoryRoot)
148
projAbs, err2 := filepath.Abs(projectDir)
0 commit comments