Skip to content

Commit

Permalink
Remove error returns from ecsLaunchWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Apr 7, 2023
1 parent 87a379c commit 019329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatchery/ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (sess *CREDS) statusEcsWorkspace(ctx context.Context, userName string, acce
lastActivityTime, err := getKernelIdleTimeWithContext(ctx, accessToken)
status.LastActivityTime = lastActivityTime
if err != nil {
// Config.Logger.Println(err.Error())
Config.Logger.Println(err.Error())
}
} else {
Config.Logger.Println(err.Error())
Expand Down

0 comments on commit 019329c

Please sign in to comment.