refactor: remove unnecessary console.log

This commit is contained in:
Fabio Di Stasio 2022-10-20 11:37:23 +02:00
parent 440f74dfc1
commit a40d722d7c
1 changed files with 0 additions and 1 deletions

View File

@ -466,7 +466,6 @@ const copyRow = (format: 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));
let fakeValue;
let datePrecision = '';