Skip to content

Commit edd59c1

Browse files
authored
Remove console.error
1 parent 2dc6c7e commit edd59c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue/src/components/URLParamsProvider.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const URLParamsProvider = {
6161
);
6262
} catch (e) {
6363
// Do not set value if JSON parsing fails.
64-
console.error(e);
6564
}
6665
});
6766
};

0 commit comments

Comments
 (0)