Skip to content

Commit

Permalink
uncomment out line
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Jul 17, 2020
1 parent c9c3f94 commit b10d48e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function installKibanaAssets(options: {

if (installedKibanaRefs?.length) {
await deleteKibanaSavedObjectsAssets(savedObjectsClient, installedKibanaRefs);
// await deleteKibanaInstalledRefs(savedObjectsClient, pkgName, installedKibanaRefs);
await deleteKibanaInstalledRefs(savedObjectsClient, pkgName, installedKibanaRefs);
}
}

Expand Down

0 comments on commit b10d48e

Please sign in to comment.