Remove wrong import from hello world doc sample, #28169 (#28345)

This commit is contained in:
Patrik Nordwall 2019-12-11 09:00:15 +01:00 committed by Christopher Batey
parent 2a0e967be3
commit b99db2a501
2 changed files with 3 additions and 1 deletions

View file

@ -154,6 +154,8 @@ The console output may look like this:
[INFO] [03/13/2018 15:50:05.816] [hello-akka.actor.default-dispatcher-6] [akka://hello/user/Akka] Greeting 3 for Akka
```
You will also need to add a @ref:[logging dependency](logging.md) to see that output when running.
@@@ div { .group-scala }
#### Here is another example that you can edit and run in the browser: