summaryrefslogtreecommitdiff
path: root/src/node/utils
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2015-04-10 23:52:17 +0200
committerStefan <mu.stefan@googlemail.com>2015-04-10 23:52:17 +0200
commit8e4c961207bb995a61c94407c11efb298e5f3157 (patch)
treebf22296bdc68136c8b617b759c8f46d2ec98a4da /src/node/utils
parentfc60ddded18704242ece2a35ee5c2e3b7b49bf08 (diff)
downloadetherpad-lite-8e4c961207bb995a61c94407c11efb298e5f3157.zip
Add version number to plugins-info page
Diffstat (limited to 'src/node/utils')
-rw-r--r--src/node/utils/Settings.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js
index 536c088b..07f5055c 100644
--- a/src/node/utils/Settings.js
+++ b/src/node/utils/Settings.js
@@ -199,7 +199,6 @@ exports.getGitCommit = function() {
var refPath = rootPath + "/.git/" + ref.substring(5, ref.indexOf("\n"));
version = fs.readFileSync(refPath, "utf-8");
version = version.substring(0, 7);
- console.log("Your Etherpad git version is " + version);
}
catch(e)
{