Skip to content

Commit

Permalink
refactor: Remove the useless field
Browse files Browse the repository at this point in the history
  • Loading branch information
seung-00 committed Nov 3, 2024
1 parent 3a03a12 commit 5f15b18
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public class TerminalManager {
// NoteId@ParagraphId -> InterpreterContext
private HashMap<String, InterpreterContext> noteParagraphId2IntpContext;

private String csrfToken;

private static TerminalManager instance;

public static synchronized TerminalManager getInstance(){
Expand Down

0 comments on commit 5f15b18

Please sign in to comment.