Skip to content

Commit 1aa988a

Browse files
authored
remove extraneous print (#1922)
## Summary oops ## How was it tested?
1 parent 41294c2 commit 1aa988a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/plugin/plugin.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"bytes"
88
"cmp"
99
"encoding/json"
10-
"fmt"
1110
"io/fs"
1211
"os"
1312
"path/filepath"
@@ -227,7 +226,6 @@ func (m *Manager) shouldCreateFile(
227226
// We do not overwrite an existing file in devbox.d. That is user-config that is user-controlled
228227
// after the initial file creation via the Devbox plugin.
229228
if strings.Contains(filePath, "/"+devboxDirName+"/") && fileutil.Exists(filePath) {
230-
fmt.Printf("false for shouldCreateFile b/c it exists: %s\n", filePath)
231229
return false
232230
}
233231

0 commit comments

Comments
 (0)