clean up console.log
This commit is contained in:
parent
bc3ee692d5
commit
8d1c6b306f
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ export const createDataSet = <T extends Record<string, any>>(data: T[], initialO
|
|||
value = implementation(value as DataSetRowNode<number, T>[]);
|
||||
}
|
||||
|
||||
console.log('dataset => nodes', value);
|
||||
|
||||
return value as DataSetNode<keyof T, T>[];
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue