📦 Chore: remove unusable console.log

This commit is contained in:
萌萌哒赫萝 2023-04-11 14:16:07 +08:00
parent bb559c9a53
commit dce26ff6f3
2 changed files with 0 additions and 2 deletions

View File

@ -118,7 +118,6 @@ export default {
ipcMain.handle('migrateFromPicGo', async () => { ipcMain.handle('migrateFromPicGo', async () => {
const picGoConfigPath = STORE_PATH.replace('piclist', 'picgo') const picGoConfigPath = STORE_PATH.replace('piclist', 'picgo')
console.log(picGoConfigPath)
const fileToMigration = [ const fileToMigration = [
'data.json', 'data.json',
'data.bak.json', 'data.bak.json',

View File

@ -516,7 +516,6 @@ function getPicBeds (event: IpcRendererEvent, picBeds: IPicBedType[]) {
function getGallery (): IGalleryItem[] { function getGallery (): IGalleryItem[] {
if (searchText.value || choosedPicBed.value.length > 0 || searchTextURL.value || dateRange.value) { if (searchText.value || choosedPicBed.value.length > 0 || searchTextURL.value || dateRange.value) {
console.log(dateRange.value)
return images.value return images.value
.filter(item => { .filter(item => {
let isInChoosedPicBed = true let isInChoosedPicBed = true