Remove redundant comment
This commit is contained in:
parent
7c00663f08
commit
a66f2b0b11
3 changed files with 1 additions and 3 deletions
|
|
@ -293,7 +293,6 @@ async function getRemoteConfig(configFile: string): Promise<any> {
|
|||
ref: pieces.groups.ref,
|
||||
});
|
||||
|
||||
// TODO handle errors (file not found etc)
|
||||
// todo handle response.encoding not being base64
|
||||
let fileContents;
|
||||
if ("content" in response.data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue