remove stray log message

This commit is contained in:
Jeff Williams 2013-04-29 09:15:50 -07:00
parent 791181b65d
commit dbfdf946c1

View File

@ -990,7 +990,6 @@ describe("jsdoc/util/templateHelper", function() {
// missing tutorials // missing tutorials
it("returns the tutorial name if it's missing and no missingOpts is provided", function() { it("returns the tutorial name if it's missing and no missingOpts is provided", function() {
console.log("returns the tutorial name if it's missing and no missingOpts is provided");
helper.setTutorials(resolver.root); helper.setTutorials(resolver.root);
var link = helper.toTutorial('qwerty'); var link = helper.toTutorial('qwerty');
expect(link).toBe('qwerty'); expect(link).toBe('qwerty');