Skip to content

Commit

Permalink
fix: remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable authored Oct 21, 2024
1 parent 9d13cf4 commit 7fb119e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react/src/pages/SessionLauncherPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ const SessionLauncherPage = () => {
const mergedInitialValues = useMemo(() => {
return _.merge(
{},
// bec
// { sessionName: '' } as Partial<SessionLauncherFormValue>,
INITIAL_FORM_VALUES,
formValuesFromQueryParams,
);
Expand Down Expand Up @@ -564,7 +562,6 @@ const SessionLauncherPage = () => {
params: usedSearchParams,
name: firstSession.sessionName,
});
// console.log('##sessionPromises', firstSession);
if (
values.num_of_sessions === 1 &&
values.sessionType !== 'batch'
Expand Down

0 comments on commit 7fb119e

Please sign in to comment.