Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit a1db4cd

Browse files
committed
chore(pkg): Cleanup superfluous dbg added for authoring restoration
1 parent 7157f02 commit a1db4cd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/dal/src/pkg/import.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,8 +1406,6 @@ pub async fn import_pkg_from_pkg(
14061406
)
14071407
.await?;
14081408

1409-
dbg!("Finished import", &installed_schema_variant_ids);
1410-
14111409
Ok((installed_pkg_id, installed_schema_variant_ids, None))
14121410
}
14131411
SiPkgKind::WorkspaceBackup => {
@@ -1881,7 +1879,6 @@ async fn import_schema(
18811879

18821880
let mut installed_schema_variant_ids = vec![];
18831881
for variant_spec in &schema_spec.variants()? {
1884-
dbg!("Installing variant", &variant_spec);
18851882
let variant = import_schema_variant(
18861883
ctx,
18871884
change_set_id,

0 commit comments

Comments
 (0)