diff --git a/npm-packages/license_checker.yml b/npm-packages/license_checker.yml
index ca13c1b4fbeea6431d500cba67fbe61d809a4cf5..8f8c729170e7dbd8c4761cbd32b0c0f6009365c0 100644
--- a/npm-packages/license_checker.yml
+++ b/npm-packages/license_checker.yml
@@ -5,9 +5,6 @@ include:
 before_script:
   # Set PACKAGE_DIR to "." if not already defined. # PACKAGE_DIR should point to where the package.json file is
   - PACKAGE_DIR=${PACKAGE_DIR:-"."}
-  - echo "------------------------------------------------------------------"
-  - echo "$PACKAGE_DIR"
-  - echo "------------------------------------------------------------------"
   # check if package.json exist on PACKAGE_DIR. If not, raise error
   - test -f $PACKAGE_DIR/package.json || (echo "package.json not found in $PACKAGE_DIR" && exit 1)
   - npm install -g js-green-licenses
@@ -33,7 +30,7 @@ license_check:
       - cd $PACKAGE_DIR
       # install dependencies
       - jfrog rt npmi $NPM_REPO_URL
-      - ls -la $PACKAGE_DIR
+      - ls -la
       - jsgl --local $PACKAGE_DIR/ || exit 1
     only:
       - tags