mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
chore: remove commented code
This commit is contained in:
@@ -63,7 +63,6 @@ const TreeViewNode = ({
|
||||
rename,
|
||||
defaultExpanded
|
||||
}: Props) => {
|
||||
// const appContext = useContext(AppContext)
|
||||
const [deleteConfirmationModalOpen, setDeleteConfirmationModalOpen] =
|
||||
useState(false)
|
||||
const [deleteConfirmationModalMessage, setDeleteConfirmationModalMessage] =
|
||||
@@ -79,11 +78,6 @@ const TreeViewNode = ({
|
||||
mouseY: number
|
||||
} | null>(null)
|
||||
|
||||
// const isFileLaunchable = (filename: string) => {
|
||||
// const availableRuntimes = Object.values(appContext.runTimes)
|
||||
|
||||
// }
|
||||
|
||||
const launchProgram = () => {
|
||||
const baseUrl = window.location.origin
|
||||
window.open(`${baseUrl}/SASjsApi/stp/execute?_program=${node.relativePath}`)
|
||||
|
||||
Reference in New Issue
Block a user