Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ant_landscape/stats.py')
-rw-r--r--ant_landscape/stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant_landscape/stats.py b/ant_landscape/stats.py
index 1d6d485c..5c37d2ba 100644
--- a/ant_landscape/stats.py
+++ b/ant_landscape/stats.py
@@ -2,7 +2,7 @@ from time import time
try:
import psutil
- print('psutil available')
+ # print('psutil available')
psutil_available=True
except ImportError:
psutil_available=False