You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by rf...@apache.org on 2017/09/18 21:18:09 UTC

[3/4] incubator-senssoft-useralejs git commit: Removed console.log

Removed console.log


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/6e452fe2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/6e452fe2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/6e452fe2

Branch: refs/heads/SENSSOFT-192
Commit: 6e452fe25ab0baeaf356fcb68d9ffe382f90670a
Parents: 6e954b0
Author: Rob Foley <ro...@gmail.com>
Authored: Mon Sep 18 17:15:25 2017 -0400
Committer: Rob Foley <ro...@gmail.com>
Committed: Mon Sep 18 17:15:25 2017 -0400

----------------------------------------------------------------------
 src/UserALEWebExtension/options.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/6e452fe2/src/UserALEWebExtension/options.js
----------------------------------------------------------------------
diff --git a/src/UserALEWebExtension/options.js b/src/UserALEWebExtension/options.js
index 0f101cb..739b7ee 100644
--- a/src/UserALEWebExtension/options.js
+++ b/src/UserALEWebExtension/options.js
@@ -17,7 +17,6 @@ let store = browser.storage.local.get({
 }, storeCallback);
 
 function storeCallback(item) {
-  console.log(item);
   document.getElementById("host").value = item.userAleHost;
   document.getElementById("clientScript").value = item.userAleScript;
   document.getElementById("toolUser").value = item.toolUser;