remove console logs

This commit is contained in:
Peter Maquiran
2024-10-25 12:23:58 +01:00
parent 41dfb448dd
commit 53497407df
8 changed files with 98 additions and 86 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "08f68940d",
"SHA": "08f68940dc458518245c9bbf976e3ff9bf10e548",
"shortSHA": "41dfb448d",
"SHA": "41dfb448ddc5f204fa034017473aebcac1af21e1",
"branch": "developer",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Oct 23 15:47:37 2024 +0100'",
"lastCommitMessage": "delete unused files",
"lastCommitNumber": "6118",
"changeStatus": "On branch developer\nYour branch is up to date with 'origin/developer'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tdeleted: nice.ts\n\tmodified: src/app/app.module.ts\n\tmodified: src/app/core/chat/usecase/socket/socket-message-create-use-case.service.ts\n\tdeleted: src/app/module/agenda/data/data-source/agenda-memory-source.service.ts\n\tmodified: src/app/module/agenda/data/repository/agenda-data-repository.service.ts\n\tmodified: src/app/ui/agenda/agenda.page.ts",
"lastCommitTime": "'Thu Oct 24 10:50:46 2024 +0100'",
"lastCommitMessage": "remove console logs",
"lastCommitNumber": "6119",
"changeStatus": "On branch developer\nYour branch is ahead of 'origin/developer' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: package-lock.json\n\tmodified: package.json\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.html\n\tmodified: src/app/services/native-notification.service.ts\n\tmodified: src/app/ui/chat/component/messages/messages.page.ts\n\tmodified: src/app/ui/chat/modal/messages/messages.page.ts\n\tmodified: src/app/ui/chat/store/roomStore.ts\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}