Skip to content

Commit c48dfe2

Browse files
committed
Избыточное логирование
1 parent a74ccf9 commit c48dfe2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/VSCode.DebugAdapter/OscriptDebugSession.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ public override void Disconnect(Response response, dynamic arguments)
185185
public override void SetExceptionBreakpoints(Response response, dynamic arguments)
186186
{
187187
LogCommandReceived();
188-
Log.Verbose("Exception breakpoints: {@Data}", arguments);
189-
190188
var acceptedFilters = new List<VSCodeDebug.Breakpoint>();
191189
var filters = new List<(string Id, string Condition)>();
192190

@@ -210,7 +208,6 @@ public override void SetExceptionBreakpoints(Response response, dynamic argument
210208
public override void SetBreakpoints(Response response, dynamic arguments)
211209
{
212210
LogCommandReceived();
213-
Log.Verbose("Breakpoints: {@Data}", arguments);
214211

215212
if ((bool)arguments.sourceModified)
216213
{

0 commit comments

Comments
 (0)