Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit fc87957

Browse files
committed
test/index.js: remove debug messages
Signed-off-by: Huang Rui <vowstar@gmail.com>
1 parent c7bcc6b commit fc87957

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ describe('uml', function() {
108108
})
109109
.create()
110110
.then(function(result) {
111-
console.log(TEST_SRCFILE_SVG);
112-
console.log(TEST_SRCFILE_PNG);
113111
var passPng = (result[0].content == TEST_INCFILE_PNG);
114112
var passSvg = (result[0].content == TEST_INCFILE_SVG);
115113
assert(passPng || passSvg, true);

0 commit comments

Comments
 (0)