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