Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
juchowan committed Oct 17, 2024
1 parent 9c8c557 commit 084b641
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mso/resource_mso_schema_site_anp_epg_static_leaf.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ func resourceMSOSchemaSiteAnpEpgStaticleafImport(d *schema.ResourceData, m inter
stateEpg := get_attribute[8]
statePath := import_split[2]

log.Printf("[TRACE] resourceMSOSchemaSiteAnpEpgStaticleafImport stateEpg: %s statePath: %s", stateEpg, statePath)

for i := 0; i < count; i++ {
tempCont, err := cont.ArrayElement(i, "sites")
if err != nil {
Expand Down

0 comments on commit 084b641

Please sign in to comment.