removed some console logs

This commit is contained in:
valentijn
2024-01-19 12:06:04 +01:00
parent 73d455d4bd
commit 1c28a1fa9e
3 changed files with 0 additions and 10 deletions

View File

@@ -35,8 +35,6 @@ app.get("/execute", (req, res)=> {
const currentDir = req.query.currentDir
console.log(`Executed Command: ${formatted_command}`);
if (formatted_command.startsWith("ls")){
commands.ls(req, res, currentDir, fileSystem);
}