mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 12:11:55 +00:00
Removed debug
This commit is contained in:
parent
a5ae2cc04e
commit
2771374ec2
@ -25,7 +25,6 @@ import org.jungrapht.visualization.layout.model.LayoutModel;
|
||||
|
||||
import ghidra.service.graph.AttributedEdge;
|
||||
import ghidra.service.graph.AttributedVertex;
|
||||
import ghidra.util.Msg;
|
||||
import ghidra.util.Swing;
|
||||
import ghidra.util.exception.CancelledException;
|
||||
import ghidra.util.task.*;
|
||||
@ -103,9 +102,6 @@ public class SetLayoutTask extends Task {
|
||||
* the algorithm is done.
|
||||
*/
|
||||
private void layoutStateChanged(Event e) {
|
||||
|
||||
Msg.debug(this, "layoutStatechanged(): " + e);
|
||||
|
||||
if (!e.active) {
|
||||
// algorithm is done, release the latch
|
||||
taskDone.countDown();
|
||||
@ -116,9 +112,6 @@ public class SetLayoutTask extends Task {
|
||||
* Callback if the user cancels the layout
|
||||
*/
|
||||
private void taskCancelled() {
|
||||
|
||||
Msg.debug(this, "taskCancelled()");
|
||||
|
||||
// release the latch and tell the layout algorithm to cancel.
|
||||
taskDone.countDown();
|
||||
viewer.getVisualizationModel().getLayoutAlgorithm().cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user