From 0939ff028ebb19a24bb27e89c560e9010cf17b9f Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 29 Aug 2021 23:44:51 +0100 Subject: [PATCH] removed prints and fixed the custom logging lib rebuilding issue --- binarycpython/utils/grid.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index dab4a486d..85264ad41 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -681,10 +681,8 @@ class Population: When the memory adress is loaded and the library file is set we'll skip rebuilding the library """ - print("YPYPYP222") # Only if the values are the 'default' unset values if (self.grid_options["custom_logging_func_memaddr"] == -1 and self.grid_options["_custom_logging_shared_library_file"] is None): - print("YPYPYP") verbose_print( "Creating and loading custom logging functionality", self.grid_options["verbosity"], -- GitLab