Skip to content

Commit b7b8cac

Browse files
committed
Release 5.0.2024.110
1 parent 371d9bb commit b7b8cac

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Protest/Http/Cache.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ public struct Entry {
7979
public readonly ConcurrentDictionary<string, Entry> cache = new ConcurrentDictionary<string, Entry>();
8080

8181
public Cache(string path) {
82-
Console.WriteLine("path: " + path);
83-
8482
birthdate = DateTime.UtcNow.ToString(Data.DATETIME_FORMAT);
8583
this.path = path;
8684
#if !DEBUG

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
### This repository contains the source code for:
2222
* **Protest:** The front-end and back-end workings.
23-
* **Protest Agent:** A tool to enable the browser talk to the client's computer using a special local method (protest://).
23+
* **Protest Agent:** A tool to enable the browser talk to the client's computer using a local protocol (protest://).
2424

2525
### Overview:
2626
Pro-test offers a comprehensive solution for creating and managing an inventory database of your network environment.

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2024.67
1+
5.0.2024.110

0 commit comments

Comments
 (0)