mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 23:02:29 +00:00
Clean knockout code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user