Skip to content

Commit 3737ce5

Browse files
committed
update README.md, remove unused code
1 parent 67f1c41 commit 3737ce5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ var client = function(sitekey, privatekey) {
143143
if (!options || !callback || !util.isFunction(callback)) {
144144
throw "Illegal recommendations parameters. Should be (options, callbackFunction)";
145145
}
146-
this.settings.setPaging(1, 5, 'relevance', 'desc');
147146

148147
if (!this.throttledSuggestionsFetch) {
149148
this.throttledSuggestionsFetch = throttle(this.settings.getSettings().throttleTimeMs, executeApiFetch);

0 commit comments

Comments
 (0)