Browse Source

Remove debug message

painor 3 years ago
parent
commit
68c25b6d34
4 changed files with 5 additions and 6 deletions
  1. 1 1
      gramjs/Version.ts
  2. 0 1
      gramjs/client/messages.ts
  3. 2 2
      package-lock.json
  4. 2 2
      package.json

+ 1 - 1
gramjs/Version.ts

@@ -1 +1 @@
-export const version = "2.5.40";
+export const version = "2.5.50";

+ 0 - 1
gramjs/client/messages.ts

@@ -744,7 +744,6 @@ export async function sendMessage(
     }
     entity = await client.getInputEntity(entity);
     if (commentTo != undefined) {
-        console.log("this is a comment");
         const discussionData = await getCommentData(client, entity, commentTo);
         entity = discussionData.entity;
         replyTo = discussionData.replyTo;

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "telegram",
-  "version": "2.5.42",
+  "version": "2.5.52",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "telegram",
-      "version": "2.5.42",
+      "version": "2.5.52",
       "license": "MIT",
       "dependencies": {
         "@cryptography/aes": "^0.1.1",

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "telegram",
-  "version": "2.5.42",
+  "version": "2.5.52",
   "description": "NodeJS/Browser MTProto API Telegram client library,",
   "main": "index.js",
   "types": "index.d.ts",
@@ -67,4 +67,4 @@
     "node-localstorage": "^2.2.1",
     "socks": "^2.6.2"
   }
-}
+}