diff --git a/deepof/data.py b/deepof/data.py
index d765eaacfc7ce0977607af3091d974419730fea2..b61e7598a0d8626819e604facc90538c3e7c9093 100644
--- a/deepof/data.py
+++ b/deepof/data.py
@@ -36,8 +36,10 @@ import os
 import pandas as pd
 import warnings
 
-# DEFINE CUSTOM ANNOTATED TYPES #
+# Remove excessive logging from tensorflow
+os.environ["TF_CPP_MIN_LOG_LEVEL"] = "2"
 
+# DEFINE CUSTOM ANNOTATED TYPES #
 Coordinates = deepof.utils.NewType("Coordinates", deepof.utils.Any)
 Table_dict = deepof.utils.NewType("Table_dict", deepof.utils.Any)