From dbfdf946c1c13cce4dbebcd76d808658e798dfc3 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 29 Apr 2013 09:15:50 -0700 Subject: [PATCH] remove stray log message --- test/specs/jsdoc/util/templateHelper.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/specs/jsdoc/util/templateHelper.js b/test/specs/jsdoc/util/templateHelper.js index a96b80be..3e8e8cdb 100644 --- a/test/specs/jsdoc/util/templateHelper.js +++ b/test/specs/jsdoc/util/templateHelper.js @@ -990,7 +990,6 @@ describe("jsdoc/util/templateHelper", function() { // missing tutorials 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); var link = helper.toTutorial('qwerty'); expect(link).toBe('qwerty');