cleanup: dbg
This commit is contained in:
parent
3a7af79e54
commit
f68595ee0e
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ impl ClipboardProvider for Clipboard {
|
||||||
{
|
{
|
||||||
match self {
|
match self {
|
||||||
Clipboard::Wayland(c) => {
|
Clipboard::Wayland(c) => {
|
||||||
dbg!("linux write data...");
|
|
||||||
Some(c.write_data::<ClipboardStoreData<T>>(contents))
|
Some(c.write_data::<ClipboardStoreData<T>>(contents))
|
||||||
}
|
}
|
||||||
Clipboard::X11(_) => None,
|
Clipboard::X11(_) => None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue