sr-npm 1.7.862 → 1.7.863

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.862",
3
+ "version": "1.7.863",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -152,7 +152,6 @@ async function primarySearch(_$w,query,alljobs) {
152
152
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_MULTI_BOX).changeState("categoryResults");
153
153
  return false;
154
154
  }
155
- console.log("all jobs: ", alljobs);
156
155
  let filteredJobs=alljobs.filter(job=>job.title.toLowerCase().includes(query));
157
156
  if(filteredJobs.length>0) {
158
157
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_MULTI_BOX).changeState("jobResults");