lib/atome/kernel/universe.rb in atome-0.5.7.1.8 vs lib/atome/kernel/universe.rb in atome-0.5.7.3.0

- old
+ new

@@ -278,10 +278,10 @@ # puts "===> { #{id} => { #{operation} => { #{element} => #{params} } }, sync: false }" # puts "<==== #{@allow_localstorage} : #{element} ====>" if @allow_localstorage.include? element JS.global[:localStorage].setItem(operation_timing, "{ #{id} => { #{operation} => { #{element} => #{params} } }, sync: false }") @history[@history.length] = { operation_timing => { id => { operation => { element => params } }, sync: false, time: Time.now } } - puts "===> { #{id} => { #{operation} => { #{element} => #{params} } }, sync: false }" + # puts "===> { #{id} => { #{operation} => { #{element} => #{params} } }, sync: false }" end end end