Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
9e38e233
Commit
9e38e233
authored
Oct 11, 2017
by
Benedikt Zoennchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary logging.
parent
b04aac7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
VadereGui/src/org/vadere/gui/projectview/utils/ClassFinder.java
...Gui/src/org/vadere/gui/projectview/utils/ClassFinder.java
+0
-1
No files found.
VadereGui/src/org/vadere/gui/projectview/utils/ClassFinder.java
View file @
9e38e233
...
...
@@ -169,7 +169,6 @@ public class ClassFinder {
if
(
entry
.
startsWith
(
path
)
&&
entry
.
endsWith
(
".class"
))
{
String
classPath
=
entry
.
substring
(
0
,
entry
.
length
()
-
6
).
replace
(
'/'
,
'.'
);
classes
.
add
(
ClassFinder
.
class
.
forName
(
classPath
));
log
.
info
(
classPath
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment