Skip to content

Commit

Permalink
update - remove score
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdyb.park committed Apr 16, 2024
1 parent 59d8d8f commit b2613b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions html/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,6 @@ function onSend(e) {
let requestId = uuidv4();
addSentMessage(requestId, timestr, message.value);

console.log('request to estimate the score');
getScore(userId, requestId, message.value);

if(protocol == 'WEBSOCKET') {
sendMessage({
"user_id": userId,
Expand Down

0 comments on commit b2613b6

Please sign in to comment.