remove console .log

This commit is contained in:
Peter Maquiran
2024-09-13 15:11:22 +01:00
parent f446517773
commit 5c755b71ac
3 changed files with 7 additions and 8 deletions
@@ -165,7 +165,7 @@ export class ContactsPage implements OnInit {
}
message.receiverId = user.wxUserId
message.message = 'hello'
message.message = null
const result = await this.chatServiceService.sendMessage(message, RoomType.Direct)
@@ -53,7 +53,6 @@ import { ChatPopoverPage } from '../chat-popover/chat-popover.page';
import { ViewOncesImagePageInput, ViewOncesImagePage } from '../view-onces/view-onces.page';
import { LastMessage } from '../../utils/lastMessage';
import { File } from '@awesome-cordova-plugins/file/ngx';
import { Filesystem, Directory } from '@capacitor/filesystem';
import { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';
import { FileSystemMobileService } from 'src/app/infra/file-system/mobile/file-system-mobile.service';
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "4b6364fac",
"SHA": "4b6364fac17696810c5caf4f22290bf1f01bdef1",
"shortSHA": "f44651777",
"SHA": "f446517773f30691ca46fbc75069de0a4b205b83",
"branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Sep 13 12:59:56 2024 +0100'",
"lastCommitMessage": "fix download attachment",
"lastCommitNumber": "6069",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/module/chat/chat.module.ts\n\tmodified: src/app/module/chat/domain/chat-service.service.ts\n\tdeleted: src/app/module/chat/domain/service/room.service.spec.ts\n\tdeleted: src/app/module/chat/domain/service/room.service.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-get-list-on-create-use-case.service.ts\n\tmodified: src/app/ui/chat/chat.page.ts\n\tmodified: src/app/ui/chat/component/messages/messages.page.html\n\tmodified: src/app/ui/chat/modal/messages/messages.page.ts",
"lastCommitTime": "'Fri Sep 13 14:03:51 2024 +0100'",
"lastCommitMessage": "create room on reive from socket",
"lastCommitNumber": "6070",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/ui/chat/component/contacts/contacts.page.ts\n\tmodified: src/app/ui/chat/modal/messages/messages.page.ts\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}