Skip to content

Commit 03a90d6

Browse files
committed
Remove confusing comment
1 parent 955716a commit 03a90d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/language/ast.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ export type BooleanValue = {
289289
export type NullValue = {
290290
kind: 'NullValue';
291291
loc?: Location;
292-
// value: null;
293292
}
294293

295294
export type EnumValue = {

0 commit comments

Comments
 (0)