Fixed DynamicLogs
This commit is contained in:
parent
abb46f0915
commit
a0d7848109
1 changed files with 1 additions and 3 deletions
|
@ -56,9 +56,7 @@ public class DynamicLogs implements Response{
|
|||
writer.write(json.toString());
|
||||
writer.flush();
|
||||
}
|
||||
}catch(Exception e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
}catch(Exception e){}
|
||||
locker.remove(key);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue