forked from Shinonome/dots-hyprland
remove debug print
This commit is contained in:
@@ -176,7 +176,6 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getModel() {
|
function getModel() {
|
||||||
console.log("MODEL:", currentModelId);
|
|
||||||
return models[currentModelId];
|
return models[currentModelId];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -425,7 +424,7 @@ Singleton {
|
|||||||
|
|
||||||
stdout: SplitParser {
|
stdout: SplitParser {
|
||||||
onRead: data => {
|
onRead: data => {
|
||||||
console.log("RAW DATA: ", data);
|
// console.log("RAW DATA: ", data);
|
||||||
if (data.length === 0) return;
|
if (data.length === 0) return;
|
||||||
|
|
||||||
// Handle response line
|
// Handle response line
|
||||||
|
|||||||
Reference in New Issue
Block a user