Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions log.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use strict";
//!steal-remove-start
var dev = require("can-log/dev/dev");
var canReflect = require("can-reflect");

Expand All @@ -13,6 +14,7 @@ function quoteString(x) {
// `Observable.propotype.log = log`
// b.- Make sure `._log` is called by the observable when mutation happens
// `_.log` should be passed the current value and the value before the mutation
//!steal-remove-end
module.exports = function log() {
//!steal-remove-start
if (process.env.NODE_ENV !== 'production') {
Expand Down