Skip to content

Commit d582b10

Browse files
Merge pull request #2223 from royduin/patch-6
fix(vue): Remove console.error
2 parents 543d882 + edd59c1 commit d582b10

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)