You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/13 02:42:40 UTC

docs commit: Removing console.log calls.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 477b61673 -> f47aecf11


Removing console.log calls.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/f47aecf1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/f47aecf1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/f47aecf1

Branch: refs/heads/cordova-website
Commit: f47aecf11782e8e8aa980976acb5c67e103d532c
Parents: 477b616
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Oct 12 17:42:35 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Oct 12 17:42:35 2015 -0700

----------------------------------------------------------------------
 www/static/js/index.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f47aecf1/www/static/js/index.js
----------------------------------------------------------------------
diff --git a/www/static/js/index.js b/www/static/js/index.js
index 9d23471..445b30b 100644
--- a/www/static/js/index.js
+++ b/www/static/js/index.js
@@ -61,7 +61,6 @@ function setCookie(cname, cvalue, exdays) {
     d.setTime(d.getTime() + (exdays*24*60*60*1000));
     var expires = "expires="+d.toUTCString();
     document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/";
-    console.log(document.cookie);
 }
 
 function getCookie(cname) {
@@ -72,7 +71,6 @@ function getCookie(cname) {
         while (c.charAt(0)==' ') c = c.substring(1);
         if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
     }
-    console.log(document.cookie);
     return "";
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org