Removing debug code

This commit is contained in:
Benedek Farkas 2024-04-04 20:05:54 +02:00
parent 89982c8d11
commit a84547828b

View File

@ -49,7 +49,7 @@ jobs:
- name: Setup NPM packages
working-directory: ./src
run: |
run: |
npm install --loglevel warn
# Install gulp globally to be able to run the rebuild task, using the same version as in the project.
@ -65,8 +65,6 @@ jobs:
$gitStatus = (git status --porcelain)
if ($gitStatus)
{
git diff
throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" +
[System.String]::Join([System.Environment]::NewLine, (git status --porcelain)))
}