From d113cc141e3c3c3303c7aa98841190a3875899c1 Mon Sep 17 00:00:00 2001 From: Jie Date: Mon, 25 Apr 2022 22:20:38 -0400 Subject: [PATCH] deleted names for "intellisense" --- CTng/server/Monitor_server.go | 1 - CTng/util/IO.go | 1 - 2 files changed, 2 deletions(-) diff --git a/CTng/server/Monitor_server.go b/CTng/server/Monitor_server.go index 51e4203..50e6e97 100644 --- a/CTng/server/Monitor_server.go +++ b/CTng/server/Monitor_server.go @@ -133,7 +133,6 @@ func getPOM(c *monitor.MonitorContext, w http.ResponseWriter, r *http.Request) { // if POM found, send to requester } -//Written by Jie //This function handles gossip object received by the monitor //Note: This function does not handle inactive loggers/CAs //see monitor folder for handling inactive loggers/CAs diff --git a/CTng/util/IO.go b/CTng/util/IO.go index 17db6ad..327d177 100644 --- a/CTng/util/IO.go +++ b/CTng/util/IO.go @@ -7,7 +7,6 @@ import ( "strings" ) -//Written By Jie //This read function reads from a Json file as a byte array and returns it. //This function will be called for all the reading from json functions