Skip to content

Commit

Permalink
Update td.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pernielsentikaer authored Nov 21, 2024
1 parent 12c5ec3 commit ba4eaf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/touchdesigner/src/td.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default function Command() {

try {
Object.entries(operatorData.operators).forEach(([family, data]) => {
console.log("!!!!!!", family, data);
data.operators.forEach((op) => {
operators.push(createListItem(family, op));
});
Expand Down

0 comments on commit ba4eaf1

Please sign in to comment.