Clean knockout code

This commit is contained in:
sunilyadav840
2021-07-06 19:28:57 +05:30
parent a456318099
commit f4a24610fe
7 changed files with 8 additions and 2161 deletions

View File

@@ -7,7 +7,6 @@ import { handleError } from "../ErrorHandlingUtils";
export const deleteDocument = async (collection: CollectionBase, documentId: DocumentId): Promise<void> => {
const entityName: string = getEntityName();
console.log("documemt", documentId);
const clearMessage = logConsoleProgress(`Deleting ${entityName} ${documentId.id()}`);
try {