This is an automated email from the git hooks/post-receive script. New commit to branch release/3.3.6 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 472652dfaaf690488d3f5d8a7ae0aa2ce09cfdbb Author: Jean Couteau <couteau@codelutin.com> Date: Tue May 5 10:29:05 2020 +0200 Fix build --- pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html index 8060a7b7..368f8cc9 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html @@ -269,10 +269,7 @@ import "./Report.tag.html"; this.openComments = () => { this.open = true; this.poll.loadCommentAuthorName().then(()=>{ - console.log("here") - console.log(this.loaded); - console.log(this.poll); - this.refresh() + this.refresh(); }); }; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.