remove debug print

This commit is contained in:
end-4
2025-05-20 23:04:09 +02:00
parent b1b6e837ba
commit 2ad293221c
+1 -2
View File
@@ -176,7 +176,6 @@ Singleton {
}
function getModel() {
console.log("MODEL:", currentModelId);
return models[currentModelId];
}
@@ -425,7 +424,7 @@ Singleton {
stdout: SplitParser {
onRead: data => {
console.log("RAW DATA: ", data);
// console.log("RAW DATA: ", data);
if (data.length === 0) return;
// Handle response line