uncomment debug block
This commit is contained in:
parent
224cd199a2
commit
4a04622358
1 changed files with 14 additions and 14 deletions
|
@ -159,21 +159,21 @@ def pauseFrames():
|
||||||
)
|
)
|
||||||
|
|
||||||
def debug():
|
def debug():
|
||||||
# render('intro.svg',
|
render('intro.svg',
|
||||||
# '../intro.dv',
|
'../intro.dv',
|
||||||
# introFrames,
|
introFrames,
|
||||||
# {
|
{
|
||||||
# '$id': 1302,
|
'$id': 1302,
|
||||||
# '$title': 'VlizedLab - Eine Open Source-Virtualisierungslösung für PC-Räume',
|
'$title': 'VlizedLab - Eine Open Source-Virtualisierungslösung für PC-Räume',
|
||||||
# '$subtitle': 'IT Automatisierung und zentrales Management mit SALT',
|
'$subtitle': 'IT Automatisierung und zentrales Management mit SALT',
|
||||||
# '$personnames': 'Thorsten Kramm'
|
'$personnames': 'Thorsten Kramm'
|
||||||
# }
|
}
|
||||||
# )
|
)
|
||||||
|
|
||||||
# render('outro.svg',
|
render('outro.svg',
|
||||||
# '../outro.dv',
|
'../outro.dv',
|
||||||
# outroFrames
|
outroFrames
|
||||||
# )
|
)
|
||||||
|
|
||||||
render('pause.svg',
|
render('pause.svg',
|
||||||
'../pause.dv',
|
'../pause.dv',
|
||||||
|
|
Loading…
Add table
Reference in a new issue