mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove leftover console.logs
This commit is contained in:
@@ -499,10 +499,8 @@ Spark.renderToRange = function (range, htmlFunc) {
|
||||
});
|
||||
};
|
||||
|
||||
console.log("----- renderToRange -----");
|
||||
// Find all of the landmarks in the old contents of the range
|
||||
visitLandmarksInRange(range, function (landmarkRange, notes) {
|
||||
console.log("existing: " + pathForRange(landmarkRange));
|
||||
notes.originalRange = landmarkRange;
|
||||
});
|
||||
|
||||
@@ -512,11 +510,6 @@ Spark.renderToRange = function (range, htmlFunc) {
|
||||
|
||||
var tempRange = new LiveRange(Spark._TAG, frag);
|
||||
|
||||
// XXX XXX
|
||||
visitLandmarksInRange(tempRange, function (tempRange, notes) {
|
||||
console.log("new: " + pathForRange(tempRange));
|
||||
});
|
||||
|
||||
// find preservation roots from matched landmarks inside the
|
||||
// rerendered region
|
||||
var pc = renderer.pc;
|
||||
|
||||
Reference in New Issue
Block a user