From d9614421f4d162a7deb0849c3af0d6c30d57689d Mon Sep 17 00:00:00 2001 From: Abhishek Patel Date: Mon, 6 Jun 2016 21:19:40 +0530 Subject: sources,mosfets,transistors,subcircuits category amended,digitalpins corrected --- views/script/savenetlist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/script/savenetlist.js') diff --git a/views/script/savenetlist.js b/views/script/savenetlist.js index b5ead3c..befc939 100644 --- a/views/script/savenetlist.js +++ b/views/script/savenetlist.js @@ -486,7 +486,7 @@ jQuery("#step_time_selectbox").change(function(){ step_trans_unit = "12"; } - console.log(step_trans_unit); + //console.log(step_trans_unit); }); jQuery("#stop_time_selectbox").change(function(){ @@ -510,7 +510,7 @@ jQuery("#stop_time_selectbox").change(function(){ stop_trans_unit = "12"; } - console.log(stop_trans_unit); + //console.log(stop_trans_unit); }); -- cgit