We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41294c2 commit 1aa988aCopy full SHA for 1aa988a
internal/plugin/plugin.go
@@ -7,7 +7,6 @@ import (
7
"bytes"
8
"cmp"
9
"encoding/json"
10
- "fmt"
11
"io/fs"
12
"os"
13
"path/filepath"
@@ -227,7 +226,6 @@ func (m *Manager) shouldCreateFile(
227
226
// We do not overwrite an existing file in devbox.d. That is user-config that is user-controlled
228
// after the initial file creation via the Devbox plugin.
229
if strings.Contains(filePath, "/"+devboxDirName+"/") && fileutil.Exists(filePath) {
230
- fmt.Printf("false for shouldCreateFile b/c it exists: %s\n", filePath)
231
return false
232
}
233
0 commit comments