[Pkg-javascript-commits] [node-cssstyle] 39/39: idiot, I left in console.log statements, version bump

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Sep 20 19:37:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository node-cssstyle.

commit b80a26259cf6f258214fc136d74d3674dca19365
Author: Chad Walker <chad at chad-cat-lore-eddie.com>
Date:   Thu May 22 10:32:50 2014 -0500

    idiot, I left in console.log statements, version bump
---
 lib/parsers.js | 2 --
 package.json   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/parsers.js b/lib/parsers.js
index ee0d7e3..f019565 100644
--- a/lib/parsers.js
+++ b/lib/parsers.js
@@ -163,11 +163,9 @@ exports.parseInteger = function parseInteger(val) {
 exports.parseNumber = function parseNumber(val) {
     var type = exports.valueType(val);
     if (type === exports.TYPES.NULL_OR_EMPTY_STR) {
-        console.log('null or empty str');
         return val;
     }
     if (type !== exports.TYPES.NUMBER) {
-        console.log('not a number', type);
         return undefined;
     }
     return String(parseFloat(val));
diff --git a/package.json b/package.json
index 06e0b82..ca5571c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "name": "cssstyle",
     "description": "CSSStyleDeclaration Object Model implementation",
     "keywords": ["CSS", "CSSStyleDeclaration", "StyleSheet"],
-    "version": "0.2.13",
+    "version": "0.2.14",
     "homepage": "https://github.com/chad3814/CSSStyleDeclaration",
     "maintainers": [{
         "name": "Chad Walker",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cssstyle.git



More information about the Pkg-javascript-commits mailing list