From c71bd557d569896fd74c1f661cc37154ea79eeb1 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Fri, 1 Dec 2023 10:56:34 -0600 Subject: [PATCH] Add files via upload --- libhockeydata/hockeyfunctions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libhockeydata/hockeyfunctions.py b/libhockeydata/hockeyfunctions.py index 25a0eb57..fdef85cd 100755 --- a/libhockeydata/hockeyfunctions.py +++ b/libhockeydata/hockeyfunctions.py @@ -471,7 +471,6 @@ def CheckKeyInArray(validkeys, checkdict): return True; def CheckHockeyXML(inxmlfile, xmlisfile=True): - print(inxmlfile, xmlisfile); if(xmlisfile and ((os.path.exists(inxmlfile) and os.path.isfile(inxmlfile)) or re.findall(r"^(http|https|ftp|ftps|sftp)\:\/\/", inxmlfile))): try: if(re.findall(r"^(http|https|ftp|ftps|sftp)\:\/\/", inxmlfile)):