Skip to content

Commit

Permalink
Issue #SB-15961 fix: Remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand committed Nov 26, 2019
1 parent 2bb98d0 commit 9b1d794
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class DeviceProfileService(saveMetricsActor: ActorRef, config: Config, redisUtil
def receive = {
case deviceProfile: DeviceProfileRequest =>
try {
println("DeviceProfile API Updater for device id " + deviceProfile.did)
val senderActor = sender()
val result = getDeviceProfile(deviceProfile)
result.pipeTo(senderActor)
Expand Down

0 comments on commit 9b1d794

Please sign in to comment.