Skip to content

Commit def9c35

Browse files
committed
Removed lingering debug message.
Removed lingering debug message.
1 parent 5c6fb34 commit def9c35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/ReplicatedDrawingWidgetPlugin/Private/Canvas/ReplicatedCanvasWidgetBase.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ FReply UReplicatedCanvasWidgetBase::NativeOnMouseButtonDown(const FGeometry& InG
172172
}
173173

174174
FReply UReplicatedCanvasWidgetBase::NativeOnMouseMove(const FGeometry& InGeometry, const FPointerEvent& InMouseEvent) {
175-
UKismetSystemLibrary::PrintString(this, "We hit");
176175
if (ShouldDraw()) {
177176

178177
FVector2D currentPosition = InGeometry.AbsoluteToLocal( InMouseEvent.GetScreenSpacePosition());

0 commit comments

Comments
 (0)