Remove redundant comment

This commit is contained in:
Sam Partington 2020-06-26 15:44:13 +01:00
parent 7c00663f08
commit a66f2b0b11
3 changed files with 1 additions and 3 deletions

View file

@ -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) {