Commit 2bb55c7f authored by Simon Pastor's avatar Simon Pastor
Browse files

removed a print statement

parent a2e8f826
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2236,8 +2236,6 @@ func TestSbi(t *testing.T) {

	jsonInfo, _ = rc[RNIS_DB_CONNECTOR_INDEX].JSONGetEntry(baseKey+"POA:"+poaName, ".")
	if string(jsonInfo) != expectedPoaInfoStr {
		log.Info("SIMON  ", string(jsonInfo))
		log.Info("SIMON2 ", expectedPoaInfoStr)
		t.Fatalf("Failed to get expected response")
	}