refactor: remove log statement
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/merge
parent
8c16eecc11
commit
dc43ecfea7
|
@ -117,7 +117,6 @@ export const fragment = {
|
|||
|
||||
// If the fragment is already in the list, we can't touch it.
|
||||
if (list.find((f) => f.type === frag.type)) {
|
||||
console.debug('Fragment already in route', frag.type);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue