Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
7444e6ff
Commit
7444e6ff
authored
7 years ago
by
Florian Lugou
Browse files
Options
Downloads
Patches
Plain Diff
removed log messages
parent
e0475782
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/ui/interactivesimulation/JSimulationSDPanel.java
+0
-1
0 additions, 1 deletion
...ain/java/ui/interactivesimulation/JSimulationSDPanel.java
src/main/java/ui/window/JDialogSignalAssociation.java
+0
-1
0 additions, 1 deletion
src/main/java/ui/window/JDialogSignalAssociation.java
with
0 additions
and
2 deletions
src/main/java/ui/interactivesimulation/JSimulationSDPanel.java
+
0
−
1
View file @
7444e6ff
...
@@ -1157,7 +1157,6 @@ public class JSimulationSDPanel extends JPanel implements MouseMotionListener, R
...
@@ -1157,7 +1157,6 @@ public class JSimulationSDPanel extends JPanel implements MouseMotionListener, R
if
(
tmp
!=
null
)
{
if
(
tmp
!=
null
)
{
gt
.
messageID
=
tmp
;
gt
.
messageID
=
tmp
;
}
}
System
.
out
.
println
(
"Added transaction "
+
gt
);
transactions
.
add
(
gt
);
transactions
.
add
(
gt
);
//TraceManager.addDev("One transactions added");
//TraceManager.addDev("One transactions added");
...
...
This diff is collapsed.
Click to expand it.
src/main/java/ui/window/JDialogSignalAssociation.java
+
0
−
1
View file @
7444e6ff
...
@@ -366,7 +366,6 @@ public class JDialogSignalAssociation extends JDialogBase implements ActionListe
...
@@ -366,7 +366,6 @@ public class JDialogSignalAssociation extends JDialogBase implements ActionListe
}
}
private
void
updateAddButton
()
{
private
void
updateAddButton
()
{
TraceManager
.
addDev
(
"updateAddButton"
);
int
i1
=
signalsBlock1
.
getSelectedIndex
();
int
i1
=
signalsBlock1
.
getSelectedIndex
();
int
i2
=
signalsBlock2
.
getSelectedIndex
();
int
i2
=
signalsBlock2
.
getSelectedIndex
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment