remove useless logic
This commit is contained in:
parent
8facc956eb
commit
d951afb435
@ -85,8 +85,6 @@ func (b *Build) cpNonStandardLegacy() {
|
|||||||
log.Printf("Failed to Copy the folder from %v to %v, the error is: %v ", src, dst, err)
|
log.Printf("Failed to Copy the folder from %v to %v, the error is: %v ", src, dst, err)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
} else {
|
|
||||||
continue
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user