Skip to content

Commit

Permalink
Fix #42 Remove forgotten console.log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed May 27, 2018
1 parent ade8916 commit 61cd0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dockerValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export class Validator {
return Validator.createInvalidReferenceFormat(from.getImageTagRange());
}
let digest = document.getText(digestRange);
console.log(digest);
let algorithmIndex = digest.indexOf(':');
if (algorithmIndex === -1) {
if (digest.indexOf('$') !== -1) {
Expand Down

0 comments on commit 61cd0ba

Please sign in to comment.