remove debugging info

This commit is contained in:
Usman Nasir
2020-05-12 13:33:39 +05:00
parent e7013d31e6
commit d63ff4c9bf
2 changed files with 0 additions and 19 deletions

View File

@@ -1312,16 +1312,8 @@ imap_folder_list_limit = 0
logging.InstallLog.writeToFile("Starting LSCPD installation..")
print(os.getcwd())
time.sleep(30)
os.chdir(self.cwd)
print(os.getcwd())
time.sleep(30)
if self.distro == ubuntu:
command = "apt-get -y install gcc g++ make autoconf rcs"
else:
@@ -2225,6 +2217,4 @@ def main():
if __name__ == "__main__":
print(os.getcwd())
time.sleep(20)
main()