mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: remove print statement
This commit is contained in:
parent
1cca7acf1b
commit
c8d5769b11
@ -80,7 +80,6 @@ class ViewDisclosureRegion extends StatelessWidget
|
|||||||
if (event.kind == PointerDeviceKind.mouse &&
|
if (event.kind == PointerDeviceKind.mouse &&
|
||||||
event.buttons == kSecondaryMouseButton)
|
event.buttons == kSecondaryMouseButton)
|
||||||
{
|
{
|
||||||
print("IN LISTENER RN"),
|
|
||||||
show(context),
|
show(context),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user