mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
Log die!
This commit is contained in:
parent
31960336d7
commit
c48176d1fe
@ -62,7 +62,6 @@ module.exports = Observable.extend({
|
||||
},
|
||||
touchOwnership: function (id, bin, fn) {
|
||||
var params = {name: id, url: bin.url, revision: bin.revision};
|
||||
console.log(params);
|
||||
this.store.touchOwnership(params, fn);
|
||||
},
|
||||
valid: function (key, encrypted, fn) {
|
||||
|
||||
@ -21,7 +21,6 @@ module.exports = {
|
||||
return renderedCode;
|
||||
},
|
||||
jade: function (source) {
|
||||
console.log(jade);
|
||||
try {
|
||||
source = jade.compile(source, { pretty: true })();
|
||||
} catch (e) {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user