Skip to content

Commit

Permalink
Remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Oct 28, 2016
1 parent 955716a commit 03a90d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ export type BooleanValue = {
export type NullValue = {
kind: 'NullValue';
loc?: Location;
// value: null;
}

export type EnumValue = {
Expand Down

0 comments on commit 03a90d6

Please sign in to comment.