remove temporary console.log statement
This commit is contained in:
		
							parent
							
								
									a5dd01e807
								
							
						
					
					
						commit
						4ec88d2424
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -28,7 +28,6 @@ handle(IpcEvents.UPDATER_DOWNLOAD, () => { | |||
|     const url = (() => { | ||||
|         switch (process.platform) { | ||||
|             case "win32": | ||||
|                 console.log(assets); | ||||
|                 return assets.find(a => { | ||||
|                     if (PORTABLE && a.name.endsWith("win.zip")) return true; | ||||
|                     if (!PORTABLE && a.name.endsWith(".exe")) return true; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 MrGarlic1
						MrGarlic1