diff --git a/apps/gipy/interface.html b/apps/gipy/interface.html index 430fafbac..5fc45fd29 100644 --- a/apps/gipy/interface.html +++ b/apps/gipy/interface.html @@ -83,7 +83,6 @@ document console.log("uploading"); uploadFile(gpc_filename, gpc_string, (ret) => { console.log("uploadFile", ret); - if (ret == "OK") clean(); }); }); };