mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
remove console.log
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
urls = urls.filter((url) => url.length > 0);
|
||||
if (JSON.stringify(urls) !== JSON.stringify(options.files)) {
|
||||
options.files = urls;
|
||||
console.log(options.files);
|
||||
}
|
||||
}
|
||||
let driveIds = '';
|
||||
@@ -49,7 +48,6 @@
|
||||
ids = ids.filter((id) => id.length > 0);
|
||||
if (JSON.stringify(ids) !== JSON.stringify(options.ids)) {
|
||||
options.ids = ids;
|
||||
console.log(options.ids);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user