Fixed DynamicLogs

This commit is contained in:
jeffcheasey88 2023-09-23 11:56:31 +02:00
parent abb46f0915
commit a0d7848109

View file

@ -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);
} }