Remove comments

This commit is contained in:
Santiago Lo Coco 2022-01-10 00:45:59 -03:00
parent d82b03bd7b
commit 040fa2a9d3
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ downloadAndInstallPackages() {
} }
runScript() { runScript() {
# source scripts/common.sh
downloadAndInstallPackages downloadAndInstallPackages
} }

View File

@ -117,7 +117,6 @@ runDetachedScript() {
} }
runScript() { runScript() {
# source scripts/common.sh
loopThroughFiles loopThroughFiles
} }