Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Feb 17, 2022
1 parent 009f4d4 commit 34b446f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions boa/src/syntax/parser/expression/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,6 @@ where
fn parse(self, cursor: &mut Cursor<R>, interner: &mut Interner) -> ParseResult {
let _timer = BoaProfiler::global().start_event("Relation Expression", "Parsing");

// if None::<InputElement>.is_some() {
// cursor.set_goal(None::<InputElement>.unwrap());
// }

let mut lhs =
ShiftExpression::new(self.allow_yield, self.allow_await).parse(cursor, interner)?;
while let Some(tok) = cursor.peek(0, interner)? {
Expand Down

0 comments on commit 34b446f

Please sign in to comment.