Skip to content

Commit 5bb8dd7

Browse files
🐛 Remove debug print (#709)
Co-authored-by: Andrei Iurko <[email protected]>
1 parent e5b34aa commit 5bb8dd7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform/commoncontext/compute.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ func computeCommon(
129129
QodanaToken: qodanaCloudToken,
130130
}
131131

132-
fmt.Printf("%q\n", repositoryRoot)
133-
fmt.Printf("%q\n", projectDir)
134132
if repositoryRoot == "" {
135133
vcsRoot, err := git.Root(projectDir, commonCtx.LogDir())
136134

@@ -141,8 +139,6 @@ func computeCommon(
141139
}
142140
}
143141

144-
fmt.Printf("%q\n", repositoryRoot)
145-
fmt.Printf("%q\n", projectDir)
146142
if repositoryRoot != projectDir {
147143
rootAbs, err1 := filepath.Abs(repositoryRoot)
148144
projAbs, err2 := filepath.Abs(projectDir)

0 commit comments

Comments
 (0)