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 16, 2020
1 parent 2a29b9e commit b0cdc9e
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 b0cdc9e

Please sign in to comment.