Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaGalaxy3DVision committed Nov 30, 2023
1 parent 3a1bfc4 commit aadb015
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/scripts/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SiteApi {
}
let param = "&sessionId=" + _sessionId;
let uri = this.baseurl + api + param;
alert("uri="+uri);
new CantorRequest(uri, contentCallback);
}
}
1 change: 0 additions & 1 deletion frontend/xlang.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</head>
<body>
<div style="padding-left:10em;padding-right:10em;">
<button onclick="get_session();">Test</button>
<h1>
A dynamic language for AI and IOT.
</h1>
Expand Down

0 comments on commit aadb015

Please sign in to comment.