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 6ad1953 commit f89a607Copy full SHA for f89a607
function/function.go
@@ -30,7 +30,6 @@ import (
30
"apex/hooks"
31
"apex/utils"
32
"apex/vpc"
33
- "reflect"
34
)
35
36
// timelessInfo is used to zero mtime which causes function checksums
project/project.go
@@ -229,8 +229,6 @@ func (p *Project) LoadFunctions(patterns ...string) error {
229
230
// DeployAndClean deploys functions and then cleans up their build artifacts.
231
func (p *Project) DeployAndClean() error {
232
- //p.Log.Info(p.Name)
233
- //p.Log.Info(p.readInfraRole())
234
if !p.checkRole() {
235
fmt.Println("Role not found, create it")
236
err := p.createRole()
0 commit comments