Skip to content

Commit

Permalink
Pesky console.log message
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Oct 5, 2019
1 parent fe8dc37 commit 91d31d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/arm-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export default class ARMParser {
if(res.properties.storageProfile.imageReference.sku) {extraData.image += '/' + this.expParser.eval(res.properties.storageProfile.imageReference.sku);}
}
} catch (ex) {
console.log('ERROR! Error when parsing VM resource: ', res.name);
console.log('### ArmView: Warn! Error when parsing VM resource details: ', res.name);
}
}

Expand Down

0 comments on commit 91d31d3

Please sign in to comment.