[gnome-shell] extensionUtils: Don't warn about missing url
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] extensionUtils: Don't warn about missing url
- Date: Fri, 5 Oct 2012 18:34:37 +0000 (UTC)
commit 6dab119650f4ef074b5e9a50d89f7e0c80095c78
Author: Adel Gadllah <adel gadllah gmail com>
Date: Fri Oct 5 20:25:30 2012 +0200
extensionUtils: Don't warn about missing url
This did not have the desired effect and just produces noise.
js/misc/extensionUtils.js | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/js/misc/extensionUtils.js b/js/misc/extensionUtils.js
index e0969c4..14be194 100644
--- a/js/misc/extensionUtils.js
+++ b/js/misc/extensionUtils.js
@@ -120,11 +120,6 @@ function createExtensionObject(uuid, dir, type) {
}
}
- // Encourage people to add this
- if (!meta.url) {
- log('Warning: Missing "url" property in %s/metadata.json'.format(uuid));
- }
-
if (uuid != meta.uuid) {
throw new Error('uuid "' + meta.uuid + '" from metadata.json does not match directory name "' + uuid + '"');
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]