mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ai: comment debug print
This commit is contained in:
parent
99ab1b179b
commit
a8474af78d
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ Singleton {
|
|||
|
||||
stdout: SplitParser {
|
||||
onRead: data => {
|
||||
console.log("RAW DATA: ", data);
|
||||
// console.log("RAW DATA: ", data);
|
||||
if (data.length === 0) return;
|
||||
|
||||
// Handle response line
|
||||
|
|
|
|||
Loading…
Reference in a new issue