Skip to content

Commit bb8bd81

Browse files
committed
Remove logging message
1 parent 7e3b4a1 commit bb8bd81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/PatchManager.SassyPatching/Nodes/Statements/SelectionLevel

src/PatchManager.SassyPatching/Nodes/Statements/SelectionLevel/DeleteValue.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public void ExecuteOn(Environment environment, ISelectable selectable, IModifiab
2525
{
2626
throw new InterpreterException(Coordinate, "Attempting to delete an unmodifiable selection");
2727
}
28-
Console.WriteLine($"Deleting modifiable of type {modifiable}");
2928
modifiable.Set(new DataValue(DataValue.DataType.Deletion));
3029
}
3130
}

0 commit comments

Comments
 (0)