mirror of https://github.com/Fabio286/antares.git
refactor: remove unnecessary console.log
This commit is contained in:
parent
440f74dfc1
commit
a40d722d7c
|
@ -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 = '';
|
||||||
|
|
Loading…
Reference in New Issue