Removed debug log stmt

This commit is contained in:
Ken Thomas 2012-02-28 11:20:03 -08:00
parent 460707c439
commit 40859564c4

View File

@ -100,8 +100,6 @@ class UpstartRunner(base.RunnerBase):
def _do_upstart_configure(self, component_name, program_name, runtime_info):
(app_pth, app_dir, program_args) = runtime_info
LOG.error("Path:%s" % (app_pth))
LOG.error("dir:%s" % (app_dir))
root_fn = program_name + CONF_EXT
# TODO FIXME symlinks won't work. Need to copy the files there.
# https://bugs.launchpad.net/upstart/+bug/665022