Can any one explain me , why console output is not visible in assistant editor. the bar on the right is only showing "Hello, playground" and the assistant editor is showing blank.
// Playground - noun: a place where people can play
import UIKit
var str = "Hello, playground"
println("Hello")
NSLog("Hello, world")