Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lb-actoron committed Feb 22, 2021
1 parent c4791ce commit e4f351f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platform/base/src/main/java/jadex/platform/PlatformAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,6 @@ else if (entry.getKey().lastModified() == moddates.get(entry.getKey()))

String name = ai.getValue("name")==null || ((String)ai.getValue("name")).length()==0? null: (String)ai.getValue("name");

if("rt".equals(name))
System.out.println("sdgjndfjk");

boolean ok = ei==null? true: "true".equals(ei.getValue().toLowerCase());

Boolean agentstart = null;
Expand Down

0 comments on commit e4f351f

Please sign in to comment.