Remove redundant comment
parent
b2edd5fa91
commit
0277bd3e76
|
|
@ -532,7 +532,6 @@ class Docker {
|
|||
});
|
||||
}
|
||||
static validateWindowsPlatformRequirements(platform) {
|
||||
//We run different checks for different target platforms
|
||||
switch (platform) {
|
||||
case 'StandaloneWindows':
|
||||
this.checkForVisualStudio();
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -211,7 +211,6 @@ class Docker {
|
|||
}
|
||||
|
||||
static validateWindowsPlatformRequirements(platform) {
|
||||
//We run different checks for different target platforms
|
||||
switch (platform) {
|
||||
case 'StandaloneWindows':
|
||||
this.checkForVisualStudio();
|
||||
|
|
|
|||
Loading…
Reference in New Issue