shidhincr / LookAround

AngularJS Learning Playground ( with Twitter bootstrap, Google maps API, TDD using Karma runner )
MIT License
174 stars 149 forks source link

Ref #11 now using console.log in web-server script #15

Closed sahilbhatia closed 8 years ago

sahilbhatia commented 8 years ago

Use of "util.puts" is deprecated. The server logs recommend using "console.log" instead. This commit replaces occurrences of "util.puts" with "console.log".

shidhincr commented 8 years ago

Thanks.. those were part of the scaffolding seed I used.