refactor: remove print statement

This commit is contained in:
Aryman 2022-08-09 01:45:56 +05:30
parent 1cca7acf1b
commit c8d5769b11

View File

@ -80,7 +80,6 @@ class ViewDisclosureRegion extends StatelessWidget
if (event.kind == PointerDeviceKind.mouse &&
event.buttons == kSecondaryMouseButton)
{
print("IN LISTENER RN"),
show(context),
}
},