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.write(json.toString());
|
||||||
writer.flush();
|
writer.flush();
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){}
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
locker.remove(key);
|
locker.remove(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue