mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
refactor: remove unnecessary console.log
This commit is contained in:
@ -466,7 +466,6 @@ const copyRow = (format: string) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const fillCell = (event: { name: string; group: string; type: string }) => {
|
const fillCell = (event: { name: string; group: string; type: string }) => {
|
||||||
console.log(event);
|
|
||||||
const row = localResults.value.find((row: any) => selectedRows.value.includes(row._antares_id));
|
const row = localResults.value.find((row: any) => selectedRows.value.includes(row._antares_id));
|
||||||
let fakeValue;
|
let fakeValue;
|
||||||
let datePrecision = '';
|
let datePrecision = '';
|
||||||
|
Reference in New Issue
Block a user