Skip to content

Commit daae74c

Browse files
committed
remove unnecessary comment
[skip ci]
1 parent 6b87b14 commit daae74c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/test-perf.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ BROWSERIFY=$(pwd)/node_modules/.bin/browserify
1515

1616
npm run build
1717

18-
# disabling while pouchdb doesn't pass the "location" option to
19-
# the old SQLite Plugin. instead, just check bundle.js into git.
2018
$BROWSERIFY perf/www/index.js > perf/www/bundle.js
2119

2220
cd perf
@@ -52,4 +50,4 @@ if [[ $RUN == '1' ]]; then
5250
$CORDOVA run $PLATFORM
5351
else
5452
$CORDOVA build $PLATFORM
55-
fi
53+
fi

0 commit comments

Comments
 (0)