mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
📦 Chore: remove unusable console.log
This commit is contained in:
parent
bb559c9a53
commit
dce26ff6f3
@ -118,7 +118,6 @@ export default {
|
||||
|
||||
ipcMain.handle('migrateFromPicGo', async () => {
|
||||
const picGoConfigPath = STORE_PATH.replace('piclist', 'picgo')
|
||||
console.log(picGoConfigPath)
|
||||
const fileToMigration = [
|
||||
'data.json',
|
||||
'data.bak.json',
|
||||
|
@ -516,7 +516,6 @@ function getPicBeds (event: IpcRendererEvent, picBeds: IPicBedType[]) {
|
||||
|
||||
function getGallery (): IGalleryItem[] {
|
||||
if (searchText.value || choosedPicBed.value.length > 0 || searchTextURL.value || dateRange.value) {
|
||||
console.log(dateRange.value)
|
||||
return images.value
|
||||
.filter(item => {
|
||||
let isInChoosedPicBed = true
|
||||
|
Loading…
Reference in New Issue
Block a user