Skip to content

Commit 600e028

Browse files
author
Mike Wilson
committed
Remove unnecessary comments from sh file.
1 parent e3daff8 commit 600e028

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.assets/build-webassets-if-changed.sh

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ function calculate_sha() {
3535
"$PYTHON" "$ROOT_PATH/build.assets/shacalc.py" "${SRC_DIRECTORIES[@]}"
3636
}
3737

38-
# Calculate the current hash-of-hashes of the given source directories. Adds in package.json as well.
39-
# This excludes node_modules, as the package.json differences should handle this.
4038
CURRENT_SHA="$(calculate_sha)"
4139

4240
BUILD=true

0 commit comments

Comments
 (0)