clean up console.log

This commit is contained in:
Chris Kruining 2025-01-03 05:09:12 +01:00
parent bc3ee692d5
commit 8d1c6b306f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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>[];
});