Looking at http://karma-runner.github.io/0.10/config/configuration-file.html
Have you tried setting the config to use an empty reporters array? Karma v0.10 defaults to a reporters config of ['progress'], which is likely causing your verbose output.
You might like the ‘dots’ reporter. You can try it on the CLI using
karma start yourconfig.js --reporters dots