mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Move model representation code to sub-directory
This commit is contained in:
parent
c05c07dd0a
commit
bce0d959c5
1 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import 'api.dart';
|
||||
import 'package:InvenTree/api.dart';
|
||||
|
||||
import 'dart:convert';
|
||||
|
||||
|
|
@ -121,8 +121,6 @@ class InvenTreePartCategory extends InvenTreeObject {
|
|||
|
||||
// TODO ?
|
||||
|
||||
print("creating new category");
|
||||
|
||||
return cat;
|
||||
}
|
||||
}
|
||||
|
|
@ -148,8 +146,6 @@ class InvenTreePart extends InvenTreeObject {
|
|||
|
||||
var part = InvenTreePart.fromJson(json);
|
||||
|
||||
print("creating new part!");
|
||||
|
||||
return part;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue