Skip to content

Commit

Permalink
remove redundant var assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Aug 7, 2024
1 parent eaef2f0 commit 96f938b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public SessionWrapper(CommCareSession session, CommCarePlatform platform, UserSa
this(platform, sandbox, remoteInstanceFetcher, windowWidth);
this.frame = session.getFrame();
this.setFrameStack(session.getFrameStack());
this.windowWidth = windowWidth;
}


Expand Down

0 comments on commit 96f938b

Please sign in to comment.