[gnome-sound-recorder] Makefile.am, package.js: code cleanup



commit a58c197b3643f7070b4e19bff9bd4febb88f9fe3
Author: Meg Ford <meg387 gmail com>
Date:   Wed Oct 2 17:45:44 2013 -0500

    Makefile.am, package.js: code cleanup

 data/Makefile.am |    3 +--
 src/package.js   |    2 --
 2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 35b48f6..592eee5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,5 @@
 resourcedir = $(pkgdatadir)
-resource_DATA = org.gnome.gnome-sound-recorder.gresource application.css
+resource_DATA = application.css
 
 appsdir = $(datadir)/applications
 apps_DATA = org.gnome.SoundRecorder.desktop
@@ -28,7 +28,6 @@ EXTRA_DIST = \
 
 CLEANFILES = \
        org.gnome.SoundRecorder.desktop.in \
-       org.gnome.gnome-sound-recorder.gresource \
        $(apps_DATA) \
        *.valid \
        gschemas.compiled \
diff --git a/src/package.js b/src/package.js
index 8a9ba9c..060c171 100644
--- a/src/package.js
+++ b/src/package.js
@@ -181,8 +181,6 @@ function _checkVersion(required, current) {
 }
 
 function _isGjsModule(name, version) {
-       log(name + "name");
-       log(version + "version");
     // This is a subset of the JS modules we offer,
     // it includes only those that makes sense to use
     // standalone and in a general app.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]