Skip to content

Commit

Permalink
fix: Console
Browse files Browse the repository at this point in the history
Update AttrList.mjs
  • Loading branch information
VirgilClyne committed Dec 2, 2024
1 parent 9fc92f6 commit 6f6cae4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/class/AttrList.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export default class AttrList {
break;
};
};
Console.info(`✅ Get Attribute List, matchList: ${JSON.stringify(matchList)}`);
//Console.debug(`matchList: ${JSON.stringify(matchList)}`);
Console.log("✅ Get Attribute List");
return matchList;
};

Expand Down Expand Up @@ -188,8 +189,8 @@ export default class AttrList {
break;
};
};
//Console.info(`✅ Set Attribute List, file: ${JSON.stringify(file)}`);
Console.info(`✅ Set Attribute List`);
//Console.debug(`file: ${JSON.stringify(file)}`);
Console.log("✅ Set Attribute List");
return file;
};
}

0 comments on commit 6f6cae4

Please sign in to comment.