mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
remove debuggging buttons
This commit is contained in:
parent
f54c30bb78
commit
1aa047d163
2 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ ready (model) ->
|
|||
|
||||
require('../server/private').app(exports, model)
|
||||
|
||||
require('./debug').app(exports, model)
|
||||
#require('./debug').app(exports, model)
|
||||
|
||||
user.on 'set', 'tasks.*.completed', (i, completed, previous, isLocal, passed) ->
|
||||
return if passed? && passed.cron # Don't do this stuff on cron
|
||||
|
|
|
|||
|
|
@ -349,10 +349,10 @@
|
|||
<!-- Footer -->
|
||||
<footer class=footer>
|
||||
<div class=container>
|
||||
<div class='pull-right'>
|
||||
<!--<div class='pull-right'>
|
||||
<button class='btn' x-bind="click:emulateNextDay">Emulate Next Day</button>
|
||||
<button class='btn' x-bind="click:cheat">Add GP & Exp</button>
|
||||
</div>
|
||||
</div>-->
|
||||
<div>
|
||||
<ul>
|
||||
<li>Copyright © 2012 OCDevel LLC</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue