aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dosocs2-init_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-dosocs2-init_git.bb')
-rw-r--r--recipes-devtools/python/python3-dosocs2-init_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-devtools/python/python3-dosocs2-init_git.bb b/recipes-devtools/python/python3-dosocs2-init_git.bb
index 200f596..d84ad45 100644
--- a/recipes-devtools/python/python3-dosocs2-init_git.bb
+++ b/recipes-devtools/python/python3-dosocs2-init_git.bb
@@ -29,9 +29,6 @@ python do_dosocs2_init() {
path = os.getenv('PATH')
dosocs2_cmd = bb.utils.which(os.getenv('PATH'), "dosocs2")
dosocs2_init_cmd = dosocs2_cmd + " dbinit --no-confirm"
- #dosocs2_init_cmd = dosocs2_cmd + " --help"
- bb.note("lmh test PATH = %s " % path)
- bb.note("lmh test dosocs2_init_cmd = %s " % dosocs2_init_cmd)
try:
complementary_pkgs = subprocess.check_output(dosocs2_init_cmd,
stderr=subprocess.STDOUT,