Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Levinson committed Oct 8, 2015
1 parent 3beca64 commit 272c530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analytics-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ var AnalyticsManager = {
var pathInfo;
var path = this.getWindowLocation().pathname;
var searchQuery = this.getParameterByName(this._settings.searchQueryParam);
// Does a search query exist in the path?
if (searchQuery.length) {
pathInfo = path + '?' + this._settings.searchQueryParam + '=' + searchQuery;
} else {
Expand Down

0 comments on commit 272c530

Please sign in to comment.