From a75b0440ff434aad00d932644a2ae49685fbb79b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 23 Jun 2015 10:41:45 -0400 Subject: Remove debug sleep statement --- cbc/environment.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cbc/environment.py') diff --git a/cbc/environment.py b/cbc/environment.py index 34d77b2..ef8f7cf 100755 --- a/cbc/environment.py +++ b/cbc/environment.py @@ -24,7 +24,6 @@ class Environment(object): temp_prefix = os.path.basename(os.path.splitext(__name__)[0]) tempdir = TemporaryDirectory(prefix=temp_prefix, dir=self.cbchome) self.working_dir = tempdir.name - time.sleep(10) self.config['meta'] = self.join('meta.yaml') self.config['build'] = self.join('build.sh') self.config['build_windows'] = self.join('bld.bat') -- cgit