Commit bdeae0ff by Edgar Hipp

removed console.log in tests

parent 538f2066
......@@ -125,7 +125,6 @@ describe 'image adding with {% image} syntax', ()->
describe 'qrcode replacing',->
before (done)->
console.log 'before'
name='qrExample.docx'
imageModule=new ImageModule({qrCode:true})
......@@ -135,7 +134,6 @@ describe 'qrcode replacing',->
d
imageModule.finished=()->
console.log 'finished'
zip=doc.getZip()
buffer=zip.generate({type:"nodebuffer"})
fs.writeFile("test_qr.docx",buffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment