Skip to content

Commit bf562bb

Browse files
committed
Remove unnecessary printing
1 parent b19d1e1 commit bf562bb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
+ `unknown_states` is now `solved_unknowns`.
88
+ `get_states` is `get_unknowns`.
99
+ `get_unknown_states` is now `get_solved_unknowns`.
10+
1011
- The default backend for using units in models is now `DynamicQuantities.jl` instead of
1112
`Unitful.jl`.
1213
- ModelingToolkit.jl now exports common definitions of `t` (time independent variable)

src/systems/abstractsystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,6 @@ macro mtkbuild(exprs...)
13981398
else
13991399
(;)
14001400
end
1401-
@show kwargs
14021401
esc(quote
14031402
$named_expr
14041403
$name = $structural_simplify($name; $(kwargs)...)

0 commit comments

Comments
 (0)