Skip to content

Commit

Permalink
[Images] Commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalls-axa committed Jan 13, 2020
1 parent 2749ffa commit 59690f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/output/json/JsonExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class JsonExporter extends Exporter {
jsonElement.codeValue = element.content;
} else if (element instanceof Image) {
if (!element.enabled) {
// Image.enabled = false if image detection module is not executed in pipe
// If image detection module is not executed in pipe all images have enabled = false
return null;
}
jsonElement.src = element.src; // TODO replace this with a location based on an API access point
Expand Down

0 comments on commit 59690f5

Please sign in to comment.