rubjs 2.4.0 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubjs",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "main": "rubjs/index.js",
5
5
  "types": "rubjs/index.d.ts",
6
6
  "keywords": [
@@ -132,7 +132,6 @@ function sendMessage(object_guid_1) {
132
132
  if (file_inline) {
133
133
  input["file_inline"] = file_uploaded;
134
134
  }
135
- console.log(input);
136
135
  const result = yield this.builder("sendMessage", input);
137
136
  if (auto_delete) {
138
137
  const res = setTimeout(() => __awaiter(this, void 0, void 0, function* () {