Skip to content

Commit 48d149f

Browse files
committed
Yank debugger statement.
1 parent 9bab80a commit 48d149f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convertTypeToPropTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ converters.GenericTypeAnnotation = (path: Path, opts: Options) => {
226226
if (typeParametersConverters[name]) {
227227
return typeParametersConverters[name](path, opts);
228228
} else {
229-
debugger;throw error(
229+
throw error(
230230
path,
231231
`Unsupported generic type annotation ${name} with type parameters`,
232232
);

0 commit comments

Comments
 (0)