This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 8ef242d51917978a8004322a8eb99066ed330e0f Author: Kevin Morin <morin@codelutin.com> Date: Tue Jun 13 15:21:45 2017 +0200 remove unused dependency --- pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/js/PageTracker.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/conf.js b/pollen-ui-riot-js/src/main/web/conf.js index b699066f..c0220f34 100644 --- a/pollen-ui-riot-js/src/main/web/conf.js +++ b/pollen-ui-riot-js/src/main/web/conf.js @@ -1,6 +1,6 @@ window.pollenConf = { endPoint: "http://localhost:8888/pollen-rest-api", - piwikUrl: "", // add the piwik url, eg: http://localhost/piwik + piwikUrl: "", // add the piwik url, eg: http://localhost/piwik< piwikSiteId: "", // add the site id, eg: 3 defaultErrorTimeout: 15, resourceMaxSize: 10000000 // octets => 10 Mo diff --git a/pollen-ui-riot-js/src/main/web/js/PageTracker.js b/pollen-ui-riot-js/src/main/web/js/PageTracker.js index 03a817c2..0de6ef0b 100644 --- a/pollen-ui-riot-js/src/main/web/js/PageTracker.js +++ b/pollen-ui-riot-js/src/main/web/js/PageTracker.js @@ -1,5 +1,4 @@ let singleton = require("./Singleton"); -let PiwikTracker = require("piwik-tracker"); class PageTracker { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.