Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit b47bbc8

Browse files
committed
Remove debug code
1 parent 6764b43 commit b47bbc8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Resources/Public/JavaScript/Planner/Planner.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
deferEmptyText : false,
6969
tpl: new Ext.XTemplate(
7070
'<tpl for=".">',
71-
'<div><tpl if="status == \'\' ">Child empty</tpl>',
72-
'<div><tpl if="status ">Child just proper</tpl>',
73-
'<div><tpl if="status != \'\'">NOT Child</tpl>',
74-
'<div><tpl if="status == null">null</tpl>',
75-
'<div><tpl if="status == undefined">null</tpl>',
7671
'<h2>' + Ext.ux.Ecodev.Newsletter.Language.recent_activity + '</h2><p>{status}</p>',
7772
'<h2>' + Ext.ux.Ecodev.Newsletter.Language.newsletter_validity + '</h3>',
7873
'<h3>' + Ext.ux.Ecodev.Newsletter.Language.errors + '</h3>{errors}',

0 commit comments

Comments
 (0)