diff --git a/linkedin.py b/linkedin.py index 4171b94..795129a 100755 --- a/linkedin.py +++ b/linkedin.py @@ -337,7 +337,6 @@ def getJobProperties(self, count: int) -> str: jobDetail += "(blacklisted company: " + ' '.join(res) + ")" except Exception as e: if (config.displayWarnings): - print(e) utils.prYellow("⚠️ Warning in getting jobDetail: " + str(e)[0:100]) jobDetail = "" @@ -348,7 +347,6 @@ def getJobProperties(self, count: int) -> str: except Exception as e: if (config.displayWarnings): - print(e) utils.prYellow("⚠️ Warning in getting jobLocation: " + str(e)[0:100]) jobLocation = ""