Skip to content

Commit f89a607

Browse files
Remove some commented code
1 parent 6ad1953 commit f89a607

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

function/function.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import (
3030
"apex/hooks"
3131
"apex/utils"
3232
"apex/vpc"
33-
"reflect"
3433
)
3534

3635
// timelessInfo is used to zero mtime which causes function checksums

project/project.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ func (p *Project) LoadFunctions(patterns ...string) error {
229229

230230
// DeployAndClean deploys functions and then cleans up their build artifacts.
231231
func (p *Project) DeployAndClean() error {
232-
//p.Log.Info(p.Name)
233-
//p.Log.Info(p.readInfraRole())
234232
if !p.checkRole() {
235233
fmt.Println("Role not found, create it")
236234
err := p.createRole()

0 commit comments

Comments
 (0)