From aadb0156c04a508e115690077005bed87f396c82 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 29 Nov 2023 19:47:53 -0800 Subject: [PATCH] remove debug info --- frontend/scripts/api.js | 1 - frontend/xlang.html | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/scripts/api.js b/frontend/scripts/api.js index 410f13a..d3b239c 100644 --- a/frontend/scripts/api.js +++ b/frontend/scripts/api.js @@ -13,7 +13,6 @@ class SiteApi { } let param = "&sessionId=" + _sessionId; let uri = this.baseurl + api + param; - alert("uri="+uri); new CantorRequest(uri, contentCallback); } } \ No newline at end of file diff --git a/frontend/xlang.html b/frontend/xlang.html index 62f4d17..73ca607 100644 --- a/frontend/xlang.html +++ b/frontend/xlang.html @@ -9,7 +9,6 @@
-

A dynamic language for AI and IOT.