From: Michael Tremer Date: Tue, 14 Nov 2017 22:50:08 +0000 (+0000) Subject: Drop unused line of code X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnightly-builds.git;a=commitdiff_plain;h=3d6ed9da561e0d2e605ec9590d1bf2768438d7f9 Drop unused line of code Signed-off-by: Michael Tremer --- diff --git a/build.sh b/build.sh index 7d7cb9c..d7f4979 100755 --- a/build.sh +++ b/build.sh @@ -61,7 +61,6 @@ build() { # Checkout the latest commit git reset --hard "${commit_new}" - #local now="$(date -u +"%Y-%m-%d-%H:%M")" local now="$(git log --format="%ci" -1 "${commit_new}")" local targets="$(git config build.targets)"