Skip to content

Commit

Permalink
remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Oct 25, 2023
1 parent b710215 commit 858b8bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/base/datax.add.step4.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class SelectedTabsComponent extends BasicFormComponent {
let oitems = h.items;
let items: Array<Item> = [];
// h.items = items;
console.log([oitems]);
// console.log([oitems]);
h.descriptorList.forEach((desc) => {

for (let itemIdx = 0; itemIdx < oitems.length; itemIdx++) {
Expand Down

0 comments on commit 858b8bf

Please sign in to comment.