remove debug code
This commit is contained in:
parent
1f129e6ef3
commit
1719e478e3
@ -1526,8 +1526,6 @@ impl ClipboardContext {
|
|||||||
#[inline]
|
#[inline]
|
||||||
#[cfg(any(target_os = "windows", target_os = "macos"))]
|
#[cfg(any(target_os = "windows", target_os = "macos"))]
|
||||||
pub fn new() -> ResultType<ClipboardContext> {
|
pub fn new() -> ResultType<ClipboardContext> {
|
||||||
let x: Option<()> = None;
|
|
||||||
x.unwrap();
|
|
||||||
Ok(ClipboardContext(arboard::Clipboard::new()?))
|
Ok(ClipboardContext(arboard::Clipboard::new()?))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user