Skip to content

Commit

Permalink
removed resubscription code from print-service (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanendra06 authored Dec 2, 2020
1 parent b69eea0 commit 7cb71eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
85 changes: 0 additions & 85 deletions src/main/java/io/mosip/print/init/PrintInitializer.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/io/mosip/print/util/DataShareUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public String getFilename() {
String responseString = (String) restUtil.postApi(ApiName.CREATEDATASHARE, pathsegments, "", "", requestEntity,
String.class);
DataShareResponseDto responseObject = mapper.readValue(responseString, DataShareResponseDto.class);
System.out.println("data share responses" + responseObject);
if (responseObject == null) {
throw new DataShareException();
}
Expand Down

0 comments on commit 7cb71eb

Please sign in to comment.