Skip to content

Commit dce9e69

Browse files
committed
Remove unused debugging code
1 parent 342f80e commit dce9e69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared/package

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ if [[ "$GEM_NATIVE_EXTENSIONS_DIR" != "" ]]; then
121121
echo "There are no gems with native extensions."
122122
else
123123
run mkdir -p "$GEM_NATIVE_EXTENSIONS_DIR"
124-
NATIVE_GEMS=(curses-1.0.1)
125124
for GEM_NAME in "${NATIVE_GEMS[@]}"; do
126125
GEM_NAME_WITHOUT_VERSION=`echo "$GEM_NAME" | sed -E 's/(.*)-.*/\1/'`
127126
run tar -cf "$GEM_NATIVE_EXTENSIONS_DIR/$GEM_NAME.tar" \

0 commit comments

Comments
 (0)