Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Mar 5, 2024
1 parent a5f4d9a commit 0c3a2b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/awestruct
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set +x

if [[ "$1" = "--dev" ]] ; then
./scripts/ruby bundle exec awestruct $@
else
Expand Down Expand Up @@ -31,4 +29,3 @@ else
exit 1
fi
fi

2 changes: 0 additions & 2 deletions scripts/ruby
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set +x

if [ -n "${USE_LOCAL_RUBY}" ]; then
if [ "$1" = "pull" ]; then
exit 0
Expand Down

0 comments on commit 0c3a2b4

Please sign in to comment.