We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f82ce commit 909ffa2Copy full SHA for 909ffa2
cli/compile/compile.go
@@ -18,7 +18,6 @@ package compile
18
import (
19
"context"
20
"os"
21
- "fmt"
22
23
"github.com/arduino/arduino-cli/cli/feedback"
24
@@ -102,11 +101,10 @@ func run(cmd *cobra.Command, args []string) {
102
101
}
103
104
sketchPath := initSketchPath(path)
105
- fmt.Println("FLAG LMAO")
106
- fmt.Println(buildPath)
+
107
if string(buildPath) != "/" {
108
buildPath = args[0]
109
- }
+ }
110
_, err = compile.Compile(context.Background(), &rpc.CompileReq{
111
Instance: inst,
112
Fqbn: fqbn,
0 commit comments