This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e55477  we don't need this under normal circumstances, comment out
8e55477 is described below

commit 8e554778dafbd48639ca399e7e71738f8b46da52
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Nov 18 00:29:36 2021 +0100

    we don't need this under normal circumstances, comment out
---
 webui/js/wordcloud.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/js/wordcloud.js b/webui/js/wordcloud.js
index 0bb9966..0577ef2 100644
--- a/webui/js/wordcloud.js
+++ b/webui/js/wordcloud.js
@@ -63,7 +63,7 @@ async function wordCloud(hash, width, height, obj) {
         var word = hashSorted[n]
         var size = 0;
         var expected_area = ( Math.sqrt(hash[word]) / total ) * (space*0.9)
-        console.log(expected_area)
+        //console.log(expected_area)
         
         var textBox = document.createElementNS(SVG_NAMESPACE, "text");
         textBox.textContent = word

Reply via email to