1
0
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:
2022-09-03 00:09:48 +05:00
parent ee2db276bb
commit 730c7c52ac

View File

@@ -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}`)