Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
df633a65
Commit
df633a65
authored
Nov 19, 2020
by
Rucha Deshpande
Browse files
Remove debug stmt
parent
f110b5e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
notification-core/src/main/java/org/opengroup/osdu/notification/api/PubsubEndpoint.java
View file @
df633a65
...
...
@@ -154,10 +154,6 @@ public class PubsubEndpoint {
}
private
String
querySubscriptionAndUpdateCache
(
String
notificationId
)
throws
Exception
{
Map
<
String
,
String
>
hmap
=
headers
.
getHeaders
();
String
auth_header
=
hmap
.
get
(
"authorization"
);
System
.
out
.
println
(
"Notification token before creating subscription service= "
+
auth_header
);
ISubscriptionService
service
=
subscriptionFactory
.
create
(
headers
);
List
<
Subscription
>
subscriptionList
=
service
.
query
(
notificationId
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment