Remove whitespace

This commit is contained in:
Guillaume Wuip 2015-01-24 09:24:34 +01:00
parent 53cbfaac5e
commit 9ff5361888

View file

@ -13,6 +13,6 @@ var consoleTwo = scribe.console({
}
});
//both will log in /testLogs
//both will log in /testLogs
consoleOne.log("Hello one");
consoleOne.log("Hello two");