refactor: remove log statement

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/merge
Varun Patil 2023-11-01 18:50:00 -07:00
parent 8c16eecc11
commit dc43ecfea7
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ export const fragment = {
// If the fragment is already in the list, we can't touch it. // If the fragment is already in the list, we can't touch it.
if (list.find((f) => f.type === frag.type)) { if (list.find((f) => f.type === frag.type)) {
console.debug('Fragment already in route', frag.type);
return; return;
} }