Skip to content

Commit 0340ea1

Browse files
committed
Fixes
1 parent bb3da36 commit 0340ea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/compiler.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def compile(self):
3333
self.logger.log("Symfony2 Heroku Buildpack: Slug compilation start")
3434

3535
#self.logger.log("Cache dir path:"+self._bp.cache_dir)
36-
self.logger.log("Cache dir:")
37-
print self.listdir_fullpath(self._bp.cache_dir)
38-
sys.exit(1)
36+
#self.logger.log("Cache dir:")
37+
#print self.listdir_fullpath(self._bp.cache_dir)
38+
#sys.exit(1)
3939

4040

4141
self.isolate_app_files()

0 commit comments

Comments
 (0)