Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
beastafk committed Sep 17, 2024
1 parent 3754f51 commit d5b9cf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/synapse/dataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const jsonClient = async (url: string, options: Options = {}) => {
};

const mxcUrlToHttp = (mxcUrl: string) => {
console.log("@mxcUrlToHttp", mxcUrl);
const homeserver = storage.getItem("base_url");
const re = /^mxc:\/\/([^/]+)\/(\w+)/;
const ret = re.exec(mxcUrl);
Expand Down

0 comments on commit d5b9cf8

Please sign in to comment.