mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensionSystem: Don't spam stdout with "Loaded extension"
https://bugzilla.gnome.org/show_bug.cgi?id=675790
This commit is contained in:
parent
ec4a2aae95
commit
3a01aaf7fb
1 changed files with 0 additions and 1 deletions
|
|
@ -278,7 +278,6 @@ function loadExtension(dir, type, enabled) {
|
|||
}
|
||||
|
||||
_signals.emit('extension-state-changed', extension);
|
||||
global.log('Loaded extension ' + uuid);
|
||||
}
|
||||
|
||||
function initExtension(uuid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue