diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-17 19:25:27 -0500 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-17 19:25:27 -0500 |
commit | 66850f2aa71789264d177fb6e0a620355138477d (patch) | |
tree | 165447417d1732074a739c1a458264d67241d7e7 /extension | |
parent | d0dc7811eb71d9d53055a1aa684827502748b794 (diff) | |
download | sncontinue-66850f2aa71789264d177fb6e0a620355138477d.tar.gz sncontinue-66850f2aa71789264d177fb6e0a620355138477d.tar.bz2 sncontinue-66850f2aa71789264d177fb6e0a620355138477d.zip |
commenting out old suggestion telemetry
Diffstat (limited to 'extension')
-rw-r--r-- | extension/src/diffs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/diffs.ts b/extension/src/diffs.ts index 0bab326a..1e63c5f6 100644 --- a/extension/src/diffs.ts +++ b/extension/src/diffs.ts @@ -289,7 +289,7 @@ function recordAcceptReject(accepted: boolean, diffInfo: DiffInfo) { }); // Send the suggestion to the server - ideProtocolClient.sendAcceptRejectSuggestion(accepted); + // ideProtocolClient.sendAcceptRejectSuggestion(accepted); // Write the updated suggestions back to the file fs.writeFileSync( |