mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 12:20:05 +02:00
remove console.log
This commit is contained in:
@@ -23,7 +23,6 @@ setTimeout(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gau.onUpdateAvailable = (version, asset) => {
|
gau.onUpdateAvailable = (version, asset) => {
|
||||||
console.log('onUpdateAvailable');
|
|
||||||
win.webContents.send('update', {
|
win.webContents.send('update', {
|
||||||
event: 'updateAvailable',
|
event: 'updateAvailable',
|
||||||
version: version
|
version: version
|
||||||
|
Reference in New Issue
Block a user