From f10df26f8244e567012305884dfa4209e78d7c6e Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 22 Aug 2022 23:08:35 +0200 Subject: [PATCH] refactory code --- os/libs/vfs.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/os/libs/vfs.lua b/os/libs/vfs.lua index d537b9e..80e176a 100644 --- a/os/libs/vfs.lua +++ b/os/libs/vfs.lua @@ -152,7 +152,6 @@ vfs.upload = function(path) local file = m.."/"..REQUEST["upload-"..index..".file"] local ret = ulib.move(REQUEST["upload-"..index..".tmp"], file) if not ret then - print("USEEEEEEEEEEE SENDDDDDDDDDDDDDDDDDFILE") local ret = ulib.send_file(REQUEST["upload-"..index..".tmp"], file) end if not ret then