Skip to content

Commit

Permalink
FIX-2142 remove unused libraries
Browse files Browse the repository at this point in the history
eliasbruvik committed Nov 30, 2023
1 parent cf62641 commit 6dfd852
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Src/WitsmlExplorer.Api/Models/BaseObjectOnWellbore.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


using Witsml.Data;

namespace WitsmlExplorer.Api.Models
1 change: 0 additions & 1 deletion Src/WitsmlExplorer.Api/Models/MudLog.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Linq;

using Witsml.Data;
using Witsml.Data.Measures;
using Witsml.Data.MudLog;

1 change: 0 additions & 1 deletion Src/WitsmlExplorer.Api/Models/ObjectSearchResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

using Witsml.Data;

namespace WitsmlExplorer.Api.Models
1 change: 0 additions & 1 deletion Src/WitsmlExplorer.Api/Models/Tubular.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Witsml.Data;
using Witsml.Data.Tubular;

namespace WitsmlExplorer.Api.Models
1 change: 0 additions & 1 deletion Src/WitsmlExplorer.Api/Services/ObjectService.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;

using Microsoft.Extensions.Logging;

0 comments on commit 6dfd852

Please sign in to comment.