aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/sent.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/views/sent.js')
-rw-r--r--src/js/views/sent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/sent.js b/src/js/views/sent.js
index 47e4ab8..f25a178 100644
--- a/src/js/views/sent.js
+++ b/src/js/views/sent.js
@@ -17,7 +17,7 @@
render: function(){
if ( !this.template ) {
- console.log('no template to render');
+ FMS.printDebug('no template to render');
return;
}
template = _.template( tpl.get( this.template ) );