Skip to content

Commit 8bdd17d

Browse files
authored
chore: fix superflous console.log
1 parent 60d55bf commit 8bdd17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/assets.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export async function getTree(sdk: MindSphereSdk, assetId?: string) {
163163

164164
const tree = arrayToTree(assetList, { id: "assetId" });
165165

166-
console.log(tree[0]);
166+
// console.log(tree[0]);
167167
printTree(tree[0], 0, color);
168168
}
169169

0 commit comments

Comments
 (0)