Remove print macros
This commit is contained in:
parent
ecf77a510a
commit
ebf1da1de8
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@ pub fn init(cx: &mut MutableAppContext) {
|
||||||
);
|
);
|
||||||
cx.add_action(
|
cx.add_action(
|
||||||
|workspace: &mut Workspace, _: &AddTabToDock, cx: &mut ViewContext<Workspace>| {
|
|workspace: &mut Workspace, _: &AddTabToDock, cx: &mut ViewContext<Workspace>| {
|
||||||
eprintln!("Add tab to dock");
|
|
||||||
if let Some(active_item) = workspace.active_item(cx) {
|
if let Some(active_item) = workspace.active_item(cx) {
|
||||||
let item_id = active_item.id();
|
let item_id = active_item.id();
|
||||||
|
|
||||||
|
@ -82,7 +81,6 @@ pub fn init(cx: &mut MutableAppContext) {
|
||||||
);
|
);
|
||||||
cx.add_action(
|
cx.add_action(
|
||||||
|workspace: &mut Workspace, _: &RemoveTabFromDock, cx: &mut ViewContext<Workspace>| {
|
|workspace: &mut Workspace, _: &RemoveTabFromDock, cx: &mut ViewContext<Workspace>| {
|
||||||
eprintln!("Removing tab from dock");
|
|
||||||
if let Some(active_item) = workspace.active_item(cx) {
|
if let Some(active_item) = workspace.active_item(cx) {
|
||||||
let item_id = active_item.id();
|
let item_id = active_item.id();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue