remove comment
diff --git a/planetstack/util/logger.py b/planetstack/util/logger.py
index 16fe40d..4bba8b9 100644
--- a/planetstack/util/logger.py
+++ b/planetstack/util/logger.py
@@ -40,7 +40,6 @@
         if not logfile:
             try:
                 from xos.config import Config
-                # should this be Config.api_logfile ? 
                 logfile = Config().observer_log_file
             except:
                 logfile = "/var/log/xos.log"