diff --git a/set_app_domain.py b/set_app_domain.py
index dd6e45c0e78db6f2ff93921ca8881923325673af..fa46bfd85ff5fa5496512cd1e32d05aae6d373d0 100755
--- a/set_app_domain.py
+++ b/set_app_domain.py
@@ -28,7 +28,6 @@ class SetAppDomain():
     NGINX_SERVER_NAME_PATTERN = r'\s*server_name\s+([\w\-\_\.\ ]+);'
 
     def __init__(self, *args):
-        self.display_header()
         args = list(args)
         # Check if help is required
         if '-h' in args: