Skip to content

Commit

Permalink
Code cleanup #1541
Browse files Browse the repository at this point in the history
  • Loading branch information
kaperoo committed Sep 1, 2023
1 parent 70a8178 commit d1294dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/datagateway-common/src/api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ export const useSort = (): ((
shiftDown?: boolean
): void => {
let query = parseSearchToQuery(window.location.search);
console.log(query);
if (order !== null) {
query = shiftDown
? {
Expand Down

0 comments on commit d1294dd

Please sign in to comment.