Skip to content

Commit

Permalink
Remove redundant logs when sending media
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Oct 14, 2020
1 parent fe54261 commit 999e0e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,6 @@ public async onLiveLocation(chatId: ChatId, fn: (liveLocationChangedEvent: LiveL
) {
try {
const base64 = await getDUrl(url, requestConfig);
console.log("base64", base64.substr(0,20))
return await this.sendFile(to,base64,filename,caption,quotedMsgId,waitForId,ptt)
} catch(error) {
console.log('Something went wrong', error);
Expand Down

0 comments on commit 999e0e3

Please sign in to comment.