Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoasr committed Jul 16, 2024
1 parent 84a1b94 commit 3d9360f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ function Ami({ amiList, requestAmiList, envTypes, requestEnvTypes, updateAmiTag
requestAmiList(parms.join('&'));
requestEnvTypes();
}
console.log("env = " + JSON.stringify(env))
// console.log("envMap = " + JSON.stringify(envMap))

if (!amiList)
amiList = [];
Expand Down

0 comments on commit 3d9360f

Please sign in to comment.