@@ -6,7 +6,7 @@ import (
type DebugSessionStore struct{}
-func NewDebugSessionStore(address string, password string) *DebugSessionStore {
+func NewDebugSessionStore() *DebugSessionStore {
return &DebugSessionStore{}
}