Skip to content

Commit

Permalink
removed console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
HWTjac0 committed Jul 6, 2024
1 parent f032358 commit 16cc20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .akai/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description_en": "",
"contributors": [
{
"name": "Jakub Młynarczyk",
"name": "HWTjac0",
"url": "https://github.com/HWTjac0"
},
{
"name": "Filip Sauer",
"name": "Srflp",
"url": "https://github.com/srflp"
}
]
Expand Down
2 changes: 0 additions & 2 deletions src/utilities/repoMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class Metadata {
readmePl: Result<string>;
readmeEn: Result<string>;
constructor(repoName: string, entries: any){
console.log(entries);
this.logoUrl = this.#setLogoUrl(repoName, entries["logo"]);
this.config = this.#setConfig(entries["config"]);
this.readmePl = this.#setReadmePolish(entries["readmePl"]);
Expand All @@ -44,7 +43,6 @@ export class Metadata {
}
logo = logo[0];
const imageEndpoint = `${repoName}/main/.akai/${logo}`;
console.log(imageEndpoint)
const baseUrl = "https://raw.githubusercontent.com/akai-org/";
return Ok(new URL(imageEndpoint, baseUrl).toString());
}
Expand Down

0 comments on commit 16cc20a

Please sign in to comment.