Skip to content

Commit 8f63bb9

Browse files
committed
Remove duplicated sanitize function.
1 parent dc987c0 commit 8f63bb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/NeptuneSchema.js

-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ function yellow(text) {
5050
return '\x1b[33m' + text + '\x1b[0m';
5151
}
5252

53-
54-
function sanitize(text) {
55-
// TODO implement sanitization logic
56-
return text;
57-
}
58-
5953
function sanitize(text) {
6054
// TODO implement sanitization logic
6155
return text;

0 commit comments

Comments
 (0)